Html Css Color HEX #1576DF Navy Blue

📋 copy color: '#1576DF'

red 21 ◦ green 118 ◦ blue 223

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

Shades of Navy Blue #1576DF

Tints of Navy Blue #1576DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.6%

R = 5.8%
G = 32.6%
B = 61.6%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1576DF (or 0x1576DF) is known color: Navy Blue. HEX triplet: 15, 76 and DF. RGB value is (21,118,223). Sum of RGB (Red+Green+Blue) = 21+118+223=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #1576DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576DF is #EA8920. Grayscale: #646464. Windows color (decimal): -15370529 or 14644757. OLE color: 14644757.

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

Color convert

RGB 21 118 223 -
CMYK 0.91 0.47 0 0.13
HSL 211.19º 0.83% 0.48% -
HSV(B) 211.19º 0.91% 0.87% -
XYZ 20.11 18.44 72.31 -
YUV 100.97 196.86 70.96 -
System Red Green Blue C M Y K H S L
Decimal 21 118 223 0.91 0.47 0 0.13 211.19 0.83 0.48
Hex 15 76 DF 5B 2F 0 D D3 53 30
Octal 25 166 337 133 57 0 15 323 123 60
Binary 10101 1110110 11011111 1011011 101111 0 1101 11010011 1010011 110000

Color Harmonies of #1576DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576DF

Black with #1576DF

Text Example


Text Example

White with #1576DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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