Html Css Color HEX #1580AC Cerulean

📋 copy color: '#1580AC'

red 21 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #1580AC

Tints of Cerulean #1580AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 6.54%
G = 39.88%
B = 53.58%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1580AC (or 0x1580AC) is known color: Cerulean. HEX triplet: 15, 80 and AC. RGB value is (21,128,172). Sum of RGB (Red+Green+Blue) = 21+128+172=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #1580AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1580AC is #EA7F53. Grayscale: #646464. Windows color (decimal): -15368020 or 11304981. OLE color: 11304981.

HSL color Cylindrical-coordinate representation of color #1580AC: hue angle of 197.48º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1580AC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 128 172 -
CMYK 0.88 0.26 0 0.33
HSL 197.48º 0.78% 0.38% -
HSV(B) 197.48º 0.88% 0.67% -
XYZ 15.47 18.58 41.8 -
YUV 101.02 168.05 70.92 -
System Red Green Blue C M Y K H S L
Decimal 21 128 172 0.88 0.26 0 0.33 197.48 0.78 0.38
Hex 15 80 AC 58 1A 0 21 C5 4E 26
Octal 25 200 254 130 32 0 41 305 116 46
Binary 10101 10000000 10101100 1011000 11010 0 100001 11000101 1001110 100110

Color Harmonies of #1580AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580AC

Black with #1580AC

Text Example


Text Example

White with #1580AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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