Html Css Color HEX #1459EA Navy Blue

📋 copy color: '#1459EA'

red 20 ◦ green 89 ◦ blue 234

#1459EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1459EA

Tints of Navy Blue #1459EA

RGB

 RED value IS 20 (8.2% from 255) = 5.83%

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 5.83%
G = 25.95%
B = 68.22%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1459EA (or 0x1459EA) is known color: Navy Blue. HEX triplet: 14, 59 and EA. RGB value is (20,89,234). Sum of RGB (Red+Green+Blue) = 20+89+234=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #1459EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1459EA is #EBA615. Grayscale: #545454. Windows color (decimal): -15443478 or 15358228. OLE color: 15358228.

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

Color convert

RGB 20 89 234 -
CMYK 0.91 0.62 0 0.08
HSL 220.65º 0.84% 0.5% -
HSV(B) 220.65º 0.91% 0.92% -
XYZ 18.71 13.23 79.41 -
YUV 84.9 212.14 81.71 -
System Red Green Blue C M Y K H S L
Decimal 20 89 234 0.91 0.62 0 0.08 220.65 0.84 0.5
Hex 14 59 EA 5B 3E 0 8 DD 54 32
Octal 24 131 352 133 76 0 10 335 124 62
Binary 10100 1011001 11101010 1011011 111110 0 1000 11011101 1010100 110010

Color Harmonies of #1459EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459EA

Black with #1459EA

Text Example


Text Example

White with #1459EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1459EA;
 }
 .AnyTagClassName
 {
   color: #1459EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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