Html Css Color HEX #1580CD Navy Blue

📋 copy color: '#1580CD'

red 21 ◦ green 128 ◦ blue 205

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

Shades of Navy Blue #1580CD

Tints of Navy Blue #1580CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 5.93%
G = 36.16%
B = 57.91%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1580CD (or 0x1580CD) is known color: Navy Blue. HEX triplet: 15, 80 and CD. RGB value is (21,128,205). Sum of RGB (Red+Green+Blue) = 21+128+205=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #1580CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580CD is #EA7F32. Grayscale: #686868. Windows color (decimal): -15367987 or 13467669. OLE color: 13467669.

HSL color Cylindrical-coordinate representation of color #1580CD: hue angle of 205.11º 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 #1580CD is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 128 205 -
CMYK 0.90 0.38 0 0.20
HSL 205.11º 0.81% 0.44% -
HSV(B) 205.11º 0.9% 0.8% -
XYZ 19.05 20.01 60.62 -
YUV 104.79 184.55 68.24 -
System Red Green Blue C M Y K H S L
Decimal 21 128 205 0.90 0.38 0 0.20 205.11 0.81 0.44
Hex 15 80 CD 5A 26 0 14 CD 51 2C
Octal 25 200 315 132 46 0 24 315 121 54
Binary 10101 10000000 11001101 1011010 100110 0 10100 11001101 1010001 101100

Color Harmonies of #1580CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580CD

Black with #1580CD

Text Example


Text Example

White with #1580CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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