#1259EA

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

Shades of Navy Blue #1259EA

Tints of Navy Blue #1259EA

Color information

#1259EA (or 0x1259EA) is unknown color: approx Navy Blue. HEX triplet: 12, 59 and EA. RGB value is (18,89,234). Sum of RGB (Red+Green+Blue) = 18+89+234=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #1259EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1259EA is #EDA615. Grayscale: #535353. Windows color (decimal): -15574550 or 15358226. OLE color: 15358226.

HSL color Cylindrical-coordinate representation of color #1259EA: hue angle of 220.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1259EA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1889234-
CMYK0.920.6200.08
HSL220.28º85.71%49.41%-
HSV(B)220.28º92.31%91.76%-
XYZ18.6713.2179.41-
YUV84.3212.4880.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.28%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 234 (91.80% from 255) = 68.62%
R=5.28%
G=26.10%
B=68.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18892340.920.6200.08220.2885.7149.41
Hex1259EA5C3E08dc5631
Octal221313521347601033412661
Binary10010101100111101010101110011111001000110111001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1259EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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