#1259E2

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

Shades of Navy Blue #1259E2

Tints of Navy Blue #1259E2

Color information

#1259E2 (or 0x1259E2) is unknown color: approx Navy Blue. HEX triplet: 12, 59 and E2. RGB value is (18,89,226). Sum of RGB (Red+Green+Blue) = 18+89+226=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 226 (88.67% from 255 or 67.87% from 333); Max value from RGB is 226 - color contains mainly: blue. Hex color #1259E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259E2 is #EDA61D. Grayscale: #525252. Windows color (decimal): -15574558 or 14833938. OLE color: 14833938.

HSL color Cylindrical-coordinate representation of color #1259E2: hue angle of 219.52º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1259E2 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1889226-
CMYK0.920.6100.11
HSL219.52º85.25%47.84%-
HSV(B)219.52º92.04%88.63%-
XYZ17.5512.7673.49-
YUV83.39208.4881.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 226 (88.67% from 255) = 67.87%
R=5.41%
G=26.73%
B=67.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18892260.920.6100.11219.5285.2547.84
Hex1259E25C3D0Bdc5530
Octal221313421347501333412560
Binary10010101100111100010101110011110101011110111001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1259E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1259E2; }

 p { color: rgb(18,89,226); }

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

<style>
 a { background-color: #1259E2; }

 a { background-color: rgb(18,89,226); }

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

<style>
 span { border-color: #1259E2; }

 span { border-color: rgb(18,89,226); }

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