Html Css Color HEX #1581DB Navy Blue

📋 copy color: '#1581DB'

red 21 ◦ green 129 ◦ blue 219

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

Shades of Navy Blue #1581DB

Tints of Navy Blue #1581DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 5.69%
G = 34.96%
B = 59.35%

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

#1581DB (or 0x1581DB) is known color: Navy Blue. HEX triplet: 15, 81 and DB. RGB value is (21,129,219). Sum of RGB (Red+Green+Blue) = 21+129+219=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #1581DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581DB is #EA7E24. Grayscale: #6A6A6A. Windows color (decimal): -15367717 or 14385429. OLE color: 14385429.

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

Color convert

RGB 21 129 219 -
CMYK 0.90 0.41 0 0.14
HSL 207.27º 0.83% 0.47% -
HSV(B) 207.27º 0.9% 0.86% -
XYZ 20.95 20.97 69.96 -
YUV 106.97 191.22 66.68 -
System Red Green Blue C M Y K H S L
Decimal 21 129 219 0.90 0.41 0 0.14 207.27 0.83 0.47
Hex 15 81 DB 5A 29 0 E CF 52 2F
Octal 25 201 333 132 51 0 16 317 122 57
Binary 10101 10000001 11011011 1011010 101001 0 1110 11001111 1010010 101111

Color Harmonies of #1581DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581DB

Black with #1581DB

Text Example


Text Example

White with #1581DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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