Html Css Color HEX #1576DD Navy Blue

📋 copy color: '#1576DD'

red 21 ◦ green 118 ◦ blue 221

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

Shades of Navy Blue #1576DD

Tints of Navy Blue #1576DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 5.83%
G = 32.78%
B = 61.39%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1576DD (or 0x1576DD) is known color: Navy Blue. HEX triplet: 15, 76 and DD. RGB value is (21,118,221). Sum of RGB (Red+Green+Blue) = 21+118+221=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #1576DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576DD is #EA8922. Grayscale: #646464. Windows color (decimal): -15370531 or 14513685. OLE color: 14513685.

HSL color Cylindrical-coordinate representation of color #1576DD: hue angle of 210.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1576DD is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 118 221 -
CMYK 0.90 0.47 0 0.13
HSL 210.9º 0.83% 0.47% -
HSV(B) 210.9º 0.9% 0.87% -
XYZ 19.84 18.34 70.9 -
YUV 100.74 195.86 71.12 -
System Red Green Blue C M Y K H S L
Decimal 21 118 221 0.90 0.47 0 0.13 210.9 0.83 0.47
Hex 15 76 DD 5A 2F 0 D D3 53 2F
Octal 25 166 335 132 57 0 15 323 123 57
Binary 10101 1110110 11011101 1011010 101111 0 1101 11010011 1010011 101111

Color Harmonies of #1576DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576DD

Black with #1576DD

Text Example


Text Example

White with #1576DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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