Html Css Color HEX #1576CE Navy Blue

📋 copy color: '#1576CE'

red 21 ◦ green 118 ◦ blue 206

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

Shades of Navy Blue #1576CE

Tints of Navy Blue #1576CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 6.09%
G = 34.2%
B = 59.71%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1576CE (or 0x1576CE) is known color: Navy Blue. HEX triplet: 15, 76 and CE. RGB value is (21,118,206). Sum of RGB (Red+Green+Blue) = 21+118+206=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #1576CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576CE is #EA8931. Grayscale: #626262. Windows color (decimal): -15370546 or 13530645. OLE color: 13530645.

HSL color Cylindrical-coordinate representation of color #1576CE: hue angle of 208.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1576CE is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 118 206 -
CMYK 0.90 0.43 0 0.19
HSL 208.54º 0.81% 0.45% -
HSV(B) 208.54º 0.9% 0.81% -
XYZ 17.93 17.57 60.84 -
YUV 99.03 188.36 72.34 -
System Red Green Blue C M Y K H S L
Decimal 21 118 206 0.90 0.43 0 0.19 208.54 0.81 0.45
Hex 15 76 CE 5A 2B 0 13 D1 51 2D
Octal 25 166 316 132 53 0 23 321 121 55
Binary 10101 1110110 11001110 1011010 101011 0 10011 11010001 1010001 101101

Color Harmonies of #1576CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576CE

Black with #1576CE

Text Example


Text Example

White with #1576CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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