Html Css Color HEX #1582DC Navy Blue

📋 copy color: '#1582DC'

red 21 ◦ green 130 ◦ blue 220

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

Shades of Navy Blue #1582DC

Tints of Navy Blue #1582DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 5.66%
G = 35.04%
B = 59.3%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1582DC (or 0x1582DC) is known color: Navy Blue. HEX triplet: 15, 82 and DC. RGB value is (21,130,220). Sum of RGB (Red+Green+Blue) = 21+130+220=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1582DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582DC is #EA7D23. Grayscale: #6B6B6B. Windows color (decimal): -15367460 or 14451221. OLE color: 14451221.

HSL color Cylindrical-coordinate representation of color #1582DC: hue angle of 207.14º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1582DC is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 130 220 -
CMYK 0.90 0.41 0 0.14
HSL 207.14º 0.83% 0.47% -
HSV(B) 207.14º 0.9% 0.86% -
XYZ 21.21 21.29 70.7 -
YUV 107.67 191.39 66.18 -
System Red Green Blue C M Y K H S L
Decimal 21 130 220 0.90 0.41 0 0.14 207.14 0.83 0.47
Hex 15 82 DC 5A 29 0 E CF 53 2F
Octal 25 202 334 132 51 0 16 317 123 57
Binary 10101 10000010 11011100 1011010 101001 0 1110 11001111 1010011 101111

Color Harmonies of #1582DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582DC

Black with #1582DC

Text Example


Text Example

White with #1582DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1582DC; }

 p { color: rgb(21,130,220); }

 H1.HeaderClassName
 {
   color: #1582DC;
 }
 .AnyTagClassName
 {
   color: #1582DC;
 }
</style>

background-color css

<style>
 a { background-color: #1582DC; }

 a { background-color: rgb(21,130,220); }

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

border-color css

<style>
 span { border-color: #1582DC; }

 span { border-color: rgb(21,130,220); }

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