Html Css Color HEX #1459DB Navy Blue

📋 copy color: '#1459DB'

red 20 ◦ green 89 ◦ blue 219

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

Shades of Navy Blue #1459DB

Tints of Navy Blue #1459DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.77%

R = 6.1%
G = 27.13%
B = 66.77%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1459DB (or 0x1459DB) is known color: Navy Blue. HEX triplet: 14, 59 and DB. RGB value is (20,89,219). Sum of RGB (Red+Green+Blue) = 20+89+219=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #1459DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459DB is #EBA624. Grayscale: #525252. Windows color (decimal): -15443493 or 14375188. OLE color: 14375188.

HSL color Cylindrical-coordinate representation of color #1459DB: hue angle of 219.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1459DB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 89 219 -
CMYK 0.91 0.59 0 0.14
HSL 219.2º 0.83% 0.47% -
HSV(B) 219.2º 0.91% 0.86% -
XYZ 16.65 12.41 68.54 -
YUV 83.19 204.64 82.93 -
System Red Green Blue C M Y K H S L
Decimal 20 89 219 0.91 0.59 0 0.14 219.2 0.83 0.47
Hex 14 59 DB 5B 3B 0 E DB 53 2F
Octal 24 131 333 133 73 0 16 333 123 57
Binary 10100 1011001 11011011 1011011 111011 0 1110 11011011 1010011 101111

Color Harmonies of #1459DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1459DB

Black with #1459DB

Text Example


Text Example

White with #1459DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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