Html Css Color HEX #1582CE Navy Blue

📋 copy color: '#1582CE'

red 21 ◦ green 130 ◦ blue 206

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

Shades of Navy Blue #1582CE

Tints of Navy Blue #1582CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 5.88%
G = 36.41%
B = 57.7%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1582CE (or 0x1582CE) is known color: Navy Blue. HEX triplet: 15, 82 and CE. RGB value is (21,130,206). Sum of RGB (Red+Green+Blue) = 21+130+206=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #1582CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582CE is #EA7D31. Grayscale: #696969. Windows color (decimal): -15367474 or 13533717. OLE color: 13533717.

HSL color Cylindrical-coordinate representation of color #1582CE: hue angle of 204.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1582CE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 130 206 -
CMYK 0.90 0.37 0 0.19
HSL 204.65º 0.81% 0.45% -
HSV(B) 204.65º 0.9% 0.81% -
XYZ 19.43 20.58 61.34 -
YUV 106.07 184.39 67.32 -
System Red Green Blue C M Y K H S L
Decimal 21 130 206 0.90 0.37 0 0.19 204.65 0.81 0.45
Hex 15 82 CE 5A 25 0 13 CD 51 2D
Octal 25 202 316 132 45 0 23 315 121 55
Binary 10101 10000010 11001110 1011010 100101 0 10011 11001101 1010001 101101

Color Harmonies of #1582CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582CE

Black with #1582CE

Text Example


Text Example

White with #1582CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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