Html Css Color HEX #1582DB Navy Blue

📋 copy color: '#1582DB'

red 21 ◦ green 130 ◦ blue 219

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

Shades of Navy Blue #1582DB

Tints of Navy Blue #1582DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 5.68%
G = 35.14%
B = 59.19%

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

#1582DB (or 0x1582DB) is known color: Navy Blue. HEX triplet: 15, 82 and DB. RGB value is (21,130,219). Sum of RGB (Red+Green+Blue) = 21+130+219=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #1582DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582DB is #EA7D24. Grayscale: #6B6B6B. Windows color (decimal): -15367461 or 14385685. OLE color: 14385685.

HSL color Cylindrical-coordinate representation of color #1582DB: hue angle of 206.97º degrees, saturation: 0.82, 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 #1582DB is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 130 219 -
CMYK 0.90 0.41 0 0.14
HSL 206.97º 0.83% 0.47% -
HSV(B) 206.97º 0.9% 0.86% -
XYZ 21.08 21.24 70.01 -
YUV 107.56 190.89 66.26 -
System Red Green Blue C M Y K H S L
Decimal 21 130 219 0.90 0.41 0 0.14 206.97 0.83 0.47
Hex 15 82 DB 5A 29 0 E CF 52 2F
Octal 25 202 333 132 51 0 16 317 122 57
Binary 10101 10000010 11011011 1011010 101001 0 1110 11001111 1010010 101111

Color Harmonies of #1582DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582DB

Black with #1582DB

Text Example


Text Example

White with #1582DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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