Html Css Color HEX #1582CC Navy Blue

📋 copy color: '#1582CC'

red 21 ◦ green 130 ◦ blue 204

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

Shades of Navy Blue #1582CC

Tints of Navy Blue #1582CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 5.92%
G = 36.62%
B = 57.46%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1582CC (or 0x1582CC) is known color: Navy Blue. HEX triplet: 15, 82 and CC. RGB value is (21,130,204). Sum of RGB (Red+Green+Blue) = 21+130+204=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #1582CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582CC is #EA7D33. Grayscale: #696969. Windows color (decimal): -15367476 or 13402645. OLE color: 13402645.

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

Color convert

RGB 21 130 204 -
CMYK 0.90 0.36 0 0.2
HSL 204.26º 0.81% 0.44% -
HSV(B) 204.26º 0.9% 0.8% -
XYZ 19.19 20.48 60.07 -
YUV 105.85 183.39 67.48 -
System Red Green Blue C M Y K H S L
Decimal 21 130 204 0.90 0.36 0 0.2 204.26 0.81 0.44
Hex 15 82 CC 5A 24 0 14 CC 51 2C
Octal 25 202 314 132 44 0 24 314 121 54
Binary 10101 10000010 11001100 1011010 100100 0 10100 11001100 1010001 101100

Color Harmonies of #1582CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582CC

Black with #1582CC

Text Example


Text Example

White with #1582CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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