Html Css Color HEX #1582CD Navy Blue

📋 copy color: '#1582CD'

red 21 ◦ green 130 ◦ blue 205

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

Shades of Navy Blue #1582CD

Tints of Navy Blue #1582CD

RGB

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

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

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

R = 5.9%
G = 36.52%
B = 57.58%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1582CD (or 0x1582CD) is known color: Navy Blue. HEX triplet: 15, 82 and CD. RGB value is (21,130,205). Sum of RGB (Red+Green+Blue) = 21+130+205=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #1582CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582CD is #EA7D32. Grayscale: #696969. Windows color (decimal): -15367475 or 13468181. OLE color: 13468181.

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

Color convert

RGB 21 130 205 -
CMYK 0.90 0.37 0 0.20
HSL 204.46º 0.81% 0.44% -
HSV(B) 204.46º 0.9% 0.8% -
XYZ 19.31 20.53 60.7 -
YUV 105.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 21 130 205 0.90 0.37 0 0.20 204.46 0.81 0.44
Hex 15 82 CD 5A 25 0 14 CC 51 2C
Octal 25 202 315 132 45 0 24 314 121 54
Binary 10101 10000010 11001101 1011010 100101 0 10100 11001100 1010001 101100

Color Harmonies of #1582CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582CD

Black with #1582CD

Text Example


Text Example

White with #1582CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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