Html Css Color HEX #1580AB Cerulean

📋 copy color: '#1580AB'

red 21 ◦ green 128 ◦ blue 171

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

Shades of Cerulean #1580AB

Tints of Cerulean #1580AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 6.56%
G = 40%
B = 53.44%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1580AB (or 0x1580AB) is known color: Cerulean. HEX triplet: 15, 80 and AB. RGB value is (21,128,171). Sum of RGB (Red+Green+Blue) = 21+128+171=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #1580AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1580AB is #EA7F54. Grayscale: #646464. Windows color (decimal): -15368021 or 11239445. OLE color: 11239445.

HSL color Cylindrical-coordinate representation of color #1580AB: hue angle of 197.2º 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 #1580AB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 128 171 -
CMYK 0.88 0.25 0 0.33
HSL 197.2º 0.78% 0.38% -
HSV(B) 197.2º 0.88% 0.67% -
XYZ 15.38 18.54 41.3 -
YUV 100.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 21 128 171 0.88 0.25 0 0.33 197.2 0.78 0.38
Hex 15 80 AB 58 19 0 21 C5 4E 26
Octal 25 200 253 130 31 0 41 305 116 46
Binary 10101 10000000 10101011 1011000 11001 0 100001 11000101 1001110 100110

Color Harmonies of #1580AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580AB

Black with #1580AB

Text Example


Text Example

White with #1580AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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