Html Css Color HEX #1581CB Navy Blue

📋 copy color: '#1581CB'

red 21 ◦ green 129 ◦ blue 203

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

Shades of Navy Blue #1581CB

Tints of Navy Blue #1581CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 5.95%
G = 36.54%
B = 57.51%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1581CB (or 0x1581CB) is known color: Navy Blue. HEX triplet: 15, 81 and CB. RGB value is (21,129,203). Sum of RGB (Red+Green+Blue) = 21+129+203=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #1581CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581CB is #EA7E34. Grayscale: #686868. Windows color (decimal): -15367733 or 13336853. OLE color: 13336853.

HSL color Cylindrical-coordinate representation of color #1581CB: hue angle of 204.4º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1581CB is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 129 203 -
CMYK 0.90 0.36 0 0.20
HSL 204.4º 0.81% 0.44% -
HSV(B) 204.4º 0.9% 0.8% -
XYZ 18.94 20.17 59.4 -
YUV 105.14 183.22 67.98 -
System Red Green Blue C M Y K H S L
Decimal 21 129 203 0.90 0.36 0 0.20 204.4 0.81 0.44
Hex 15 81 CB 5A 24 0 14 CC 51 2C
Octal 25 201 313 132 44 0 24 314 121 54
Binary 10101 10000001 11001011 1011010 100100 0 10100 11001100 1010001 101100

Color Harmonies of #1581CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581CB

Black with #1581CB

Text Example


Text Example

White with #1581CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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