#1260F0

Color #1260F0 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1260F0

Tints of Navy Blue #1260F0

Color information

#1260F0 (or 0x1260F0) is unknown color: approx Navy Blue. HEX triplet: 12, 60 and F0. RGB value is (18,96,240). Sum of RGB (Red+Green+Blue) = 18+96+240=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #1260F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1260F0 is #ED9F0F. Grayscale: #585858. Windows color (decimal): -15572752 or 15753234. OLE color: 15753234.

HSL color Cylindrical-coordinate representation of color #1260F0: hue angle of 218.92º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1260F0 is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1896240-
CMYK0.920.600.06
HSL218.92º88.1%50.59%-
HSV(B)218.92º92.5%94.12%-
XYZ20.1614.7984.23-
YUV89.09213.1677.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 5.08%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 240 (94.14% from 255) = 67.80%
R=5.08%
G=27.12%
B=67.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal18962400.920.600.06218.9288.150.59
Hex1260F05C3C06db5833
Octal22140360134740633313063
Binary1001011000001111000010111001111000110110110111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1260F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1260F0; }

 p { color: rgb(18,96,240); }

 H1.HeaderClassName
 {
   color: #1260F0;
 }
 .AnyTagClassName
 {
   color: #1260F0;
 }
</style>
background-color css

<style>
 a { background-color: #1260F0; }

 a { background-color: rgb(18,96,240); }

 div.DivClassName
 {
   background-color: #1260F0;
 }
 .BgClassName
 {
   background-color: #1260F0;
 }
</style>
border-color css

<style>
 span { border-color: #1260F0; }

 span { border-color: rgb(18,96,240); }

 td.TdClassName
 {
   border-color: #1260F0;
 }
 .TagClassName
 {
   border-color: #1260F0;
 }
</style>