Html Css Color HEX #1580D8 Navy Blue

📋 copy color: '#1580D8'

red 21 ◦ green 128 ◦ blue 216

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

Shades of Navy Blue #1580D8

Tints of Navy Blue #1580D8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 216 (84.77% from 255) = 59.18%

R = 5.75%
G = 35.07%
B = 59.18%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1580D8 (or 0x1580D8) is known color: Navy Blue. HEX triplet: 15, 80 and D8. RGB value is (21,128,216). Sum of RGB (Red+Green+Blue) = 21+128+216=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #1580D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580D8 is #EA7F27. Grayscale: #696969. Windows color (decimal): -15367976 or 14188565. OLE color: 14188565.

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

Color convert

RGB 21 128 216 -
CMYK 0.90 0.41 0 0.15
HSL 207.08º 0.82% 0.46% -
HSV(B) 207.08º 0.9% 0.85% -
XYZ 20.42 20.56 67.86 -
YUV 106.04 190.05 67.34 -
System Red Green Blue C M Y K H S L
Decimal 21 128 216 0.90 0.41 0 0.15 207.08 0.82 0.46
Hex 15 80 D8 5A 29 0 F CF 52 2E
Octal 25 200 330 132 51 0 17 317 122 56
Binary 10101 10000000 11011000 1011010 101001 0 1111 11001111 1010010 101110

Color Harmonies of #1580D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580D8

Black with #1580D8

Text Example


Text Example

White with #1580D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1580D8; }

 p { color: rgb(21,128,216); }

 H1.HeaderClassName
 {
   color: #1580D8;
 }
 .AnyTagClassName
 {
   color: #1580D8;
 }
</style>

background-color css

<style>
 a { background-color: #1580D8; }

 a { background-color: rgb(21,128,216); }

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

border-color css

<style>
 span { border-color: #1580D8; }

 span { border-color: rgb(21,128,216); }

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