Html Css Color HEX #1576DA Navy Blue

📋 copy color: '#1576DA'

red 21 ◦ green 118 ◦ blue 218

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

Shades of Navy Blue #1576DA

Tints of Navy Blue #1576DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.06%

R = 5.88%
G = 33.05%
B = 61.06%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1576DA (or 0x1576DA) is known color: Navy Blue. HEX triplet: 15, 76 and DA. RGB value is (21,118,218). Sum of RGB (Red+Green+Blue) = 21+118+218=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #1576DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576DA is #EA8925. Grayscale: #636363. Windows color (decimal): -15370534 or 14317077. OLE color: 14317077.

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

Color convert

RGB 21 118 218 -
CMYK 0.90 0.46 0 0.15
HSL 210.46º 0.82% 0.47% -
HSV(B) 210.46º 0.9% 0.85% -
XYZ 19.44 18.18 68.81 -
YUV 100.4 194.36 71.37 -
System Red Green Blue C M Y K H S L
Decimal 21 118 218 0.90 0.46 0 0.15 210.46 0.82 0.47
Hex 15 76 DA 5A 2E 0 F D2 52 2F
Octal 25 166 332 132 56 0 17 322 122 57
Binary 10101 1110110 11011010 1011010 101110 0 1111 11010010 1010010 101111

Color Harmonies of #1576DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576DA

Black with #1576DA

Text Example


Text Example

White with #1576DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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