Html Css Color HEX #1580AF Cerulean

📋 copy color: '#1580AF'

red 21 ◦ green 128 ◦ blue 175

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

Shades of Cerulean #1580AF

Tints of Cerulean #1580AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.01%

R = 6.48%
G = 39.51%
B = 54.01%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1580AF (or 0x1580AF) is known color: Cerulean. HEX triplet: 15, 80 and AF. RGB value is (21,128,175). Sum of RGB (Red+Green+Blue) = 21+128+175=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #1580AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1580AF is #EA7F50. Grayscale: #656565. Windows color (decimal): -15368017 or 11501589. OLE color: 11501589.

HSL color Cylindrical-coordinate representation of color #1580AF: hue angle of 198.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1580AF is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 128 175 -
CMYK 0.88 0.27 0 0.31
HSL 198.31º 0.79% 0.38% -
HSV(B) 198.31º 0.88% 0.69% -
XYZ 15.77 18.69 43.33 -
YUV 101.37 169.55 70.68 -
System Red Green Blue C M Y K H S L
Decimal 21 128 175 0.88 0.27 0 0.31 198.31 0.79 0.38
Hex 15 80 AF 58 1B 0 1F C6 4F 26
Octal 25 200 257 130 33 0 37 306 117 46
Binary 10101 10000000 10101111 1011000 11011 0 11111 11000110 1001111 100110

Color Harmonies of #1580AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580AF

Black with #1580AF

Text Example


Text Example

White with #1580AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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