Html Css Color HEX #1576CA Navy Blue

📋 copy color: '#1576CA'

red 21 ◦ green 118 ◦ blue 202

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

Shades of Navy Blue #1576CA

Tints of Navy Blue #1576CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.24%

R = 6.16%
G = 34.6%
B = 59.24%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1576CA (or 0x1576CA) is known color: Navy Blue. HEX triplet: 15, 76 and CA. RGB value is (21,118,202). Sum of RGB (Red+Green+Blue) = 21+118+202=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #1576CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576CA is #EA8935. Grayscale: #626262. Windows color (decimal): -15370550 or 13268501. OLE color: 13268501.

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

Color convert

RGB 21 118 202 -
CMYK 0.90 0.42 0 0.21
HSL 207.85º 0.81% 0.44% -
HSV(B) 207.85º 0.9% 0.79% -
XYZ 17.45 17.38 58.31 -
YUV 98.57 186.36 72.67 -
System Red Green Blue C M Y K H S L
Decimal 21 118 202 0.90 0.42 0 0.21 207.85 0.81 0.44
Hex 15 76 CA 5A 2A 0 15 D0 51 2C
Octal 25 166 312 132 52 0 25 320 121 54
Binary 10101 1110110 11001010 1011010 101010 0 10101 11010000 1010001 101100

Color Harmonies of #1576CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576CA

Black with #1576CA

Text Example


Text Example

White with #1576CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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