Html Css Color HEX #1459EB Navy Blue

📋 copy color: '#1459EB'

red 20 ◦ green 89 ◦ blue 235

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

Shades of Navy Blue #1459EB

Tints of Navy Blue #1459EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.31%

R = 5.81%
G = 25.87%
B = 68.31%

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

#1459EB (or 0x1459EB) is known color: Navy Blue. HEX triplet: 14, 59 and EB. RGB value is (20,89,235). Sum of RGB (Red+Green+Blue) = 20+89+235=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #1459EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1459EB is #EBA614. Grayscale: #545454. Windows color (decimal): -15443477 or 15423764. OLE color: 15423764.

HSL color Cylindrical-coordinate representation of color #1459EB: hue angle of 220.74º 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 #1459EB is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 89 235 -
CMYK 0.91 0.62 0 0.08
HSL 220.74º 0.84% 0.5% -
HSV(B) 220.74º 0.91% 0.92% -
XYZ 18.86 13.29 80.17 -
YUV 85.01 212.64 81.63 -
System Red Green Blue C M Y K H S L
Decimal 20 89 235 0.91 0.62 0 0.08 220.74 0.84 0.5
Hex 14 59 EB 5B 3E 0 8 DD 54 32
Octal 24 131 353 133 76 0 10 335 124 62
Binary 10100 1011001 11101011 1011011 111110 0 1000 11011101 1010100 110010

Color Harmonies of #1459EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459EB

Black with #1459EB

Text Example


Text Example

White with #1459EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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