Html Css Color HEX #1578DB Navy Blue

📋 copy color: '#1578DB'

red 21 ◦ green 120 ◦ blue 219

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

Shades of Navy Blue #1578DB

Tints of Navy Blue #1578DB

RGB

 RED value IS 21 (8.59% from 255) = 5.83%

 GREEN value IS 120 (47.27% from 255) = 33.33%

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

R = 5.83%
G = 33.33%
B = 60.83%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1578DB (or 0x1578DB) is known color: Navy Blue. HEX triplet: 15, 78 and DB. RGB value is (21,120,219). Sum of RGB (Red+Green+Blue) = 21+120+219=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #1578DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1578DB is #EA8724. Grayscale: #656565. Windows color (decimal): -15370021 or 14383125. OLE color: 14383125.

HSL color Cylindrical-coordinate representation of color #1578DB: hue angle of 210º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1578DB is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 120 219 -
CMYK 0.90 0.45 0 0.14
HSL 210º 0.83% 0.47% -
HSV(B) 210º 0.9% 0.86% -
XYZ 19.81 18.71 69.58 -
YUV 101.69 194.2 70.45 -
System Red Green Blue C M Y K H S L
Decimal 21 120 219 0.90 0.45 0 0.14 210 0.83 0.47
Hex 15 78 DB 5A 2D 0 E D2 52 2F
Octal 25 170 333 132 55 0 16 322 122 57
Binary 10101 1111000 11011011 1011010 101101 0 1110 11010010 1010010 101111

Color Harmonies of #1578DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1578DB

Black with #1578DB

Text Example


Text Example

White with #1578DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,120,219); }

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

background-color css

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

 a { background-color: rgb(21,120,219); }

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

border-color css

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

 span { border-color: rgb(21,120,219); }

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