Html Css Color HEX #1576CC Navy Blue

📋 copy color: '#1576CC'

red 21 ◦ green 118 ◦ blue 204

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

Shades of Navy Blue #1576CC

Tints of Navy Blue #1576CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 6.12%
G = 34.4%
B = 59.48%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1576CC (or 0x1576CC) is known color: Navy Blue. HEX triplet: 15, 76 and CC. RGB value is (21,118,204). Sum of RGB (Red+Green+Blue) = 21+118+204=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #1576CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576CC is #EA8933. Grayscale: #626262. Windows color (decimal): -15370548 or 13399573. OLE color: 13399573.

HSL color Cylindrical-coordinate representation of color #1576CC: hue angle of 208.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1576CC is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 118 204 -
CMYK 0.90 0.42 0 0.2
HSL 208.2º 0.81% 0.44% -
HSV(B) 208.2º 0.9% 0.8% -
XYZ 17.69 17.48 59.57 -
YUV 98.8 187.36 72.51 -
System Red Green Blue C M Y K H S L
Decimal 21 118 204 0.90 0.42 0 0.2 208.2 0.81 0.44
Hex 15 76 CC 5A 2A 0 14 D0 51 2C
Octal 25 166 314 132 52 0 24 320 121 54
Binary 10101 1110110 11001100 1011010 101010 0 10100 11010000 1010001 101100

Color Harmonies of #1576CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576CC

Black with #1576CC

Text Example


Text Example

White with #1576CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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