Html Css Color HEX #1576D6 Navy Blue

📋 copy color: '#1576D6'

red 21 ◦ green 118 ◦ blue 214

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

Shades of Navy Blue #1576D6

Tints of Navy Blue #1576D6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 214 (83.98% from 255) = 60.62%

R = 5.95%
G = 33.43%
B = 60.62%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1576D6 (or 0x1576D6) is known color: Navy Blue. HEX triplet: 15, 76 and D6. RGB value is (21,118,214). Sum of RGB (Red+Green+Blue) = 21+118+214=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 214 (83.98% from 255 or 60.62% from 353); Max value from RGB is 214 - color contains mainly: blue. Hex color #1576D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576D6 is #EA8929. Grayscale: #636363. Windows color (decimal): -15370538 or 14054933. OLE color: 14054933.

HSL color Cylindrical-coordinate representation of color #1576D6: hue angle of 209.84º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1576D6 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 118 214 -
CMYK 0.90 0.45 0 0.16
HSL 209.84º 0.82% 0.46% -
HSV(B) 209.84º 0.9% 0.84% -
XYZ 18.93 17.97 66.09 -
YUV 99.94 192.36 71.69 -
System Red Green Blue C M Y K H S L
Decimal 21 118 214 0.90 0.45 0 0.16 209.84 0.82 0.46
Hex 15 76 D6 5A 2D 0 10 D2 52 2E
Octal 25 166 326 132 55 0 20 322 122 56
Binary 10101 1110110 11010110 1011010 101101 0 10000 11010010 1010010 101110

Color Harmonies of #1576D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576D6

Black with #1576D6

Text Example


Text Example

White with #1576D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1576D6; }

 p { color: rgb(21,118,214); }

 H1.HeaderClassName
 {
   color: #1576D6;
 }
 .AnyTagClassName
 {
   color: #1576D6;
 }
</style>

background-color css

<style>
 a { background-color: #1576D6; }

 a { background-color: rgb(21,118,214); }

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

border-color css

<style>
 span { border-color: #1576D6; }

 span { border-color: rgb(21,118,214); }

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