Html Css Color HEX #1582AD Cerulean

📋 copy color: '#1582AD'

red 21 ◦ green 130 ◦ blue 173

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

Shades of Cerulean #1582AD

Tints of Cerulean #1582AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 6.48%
G = 40.12%
B = 53.4%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1582AD (or 0x1582AD) is known color: Cerulean. HEX triplet: 15, 82 and AD. RGB value is (21,130,173). Sum of RGB (Red+Green+Blue) = 21+130+173=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #1582AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1582AD is #EA7D52. Grayscale: #666666. Windows color (decimal): -15367507 or 11371029. OLE color: 11371029.

HSL color Cylindrical-coordinate representation of color #1582AD: hue angle of 196.97º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1582AD is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 130 173 -
CMYK 0.88 0.25 0 0.32
HSL 196.97º 0.78% 0.38% -
HSV(B) 196.97º 0.88% 0.68% -
XYZ 15.83 19.14 42.4 -
YUV 102.31 167.89 70 -
System Red Green Blue C M Y K H S L
Decimal 21 130 173 0.88 0.25 0 0.32 196.97 0.78 0.38
Hex 15 82 AD 58 19 0 20 C5 4E 26
Octal 25 202 255 130 31 0 40 305 116 46
Binary 10101 10000010 10101101 1011000 11001 0 100000 11000101 1001110 100110

Color Harmonies of #1582AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582AD

Black with #1582AD

Text Example


Text Example

White with #1582AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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