Html Css Color HEX #1580BA Cerulean

📋 copy color: '#1580BA'

red 21 ◦ green 128 ◦ blue 186

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

Shades of Cerulean #1580BA

Tints of Cerulean #1580BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 6.27%
G = 38.21%
B = 55.52%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1580BA (or 0x1580BA) is known color: Cerulean. HEX triplet: 15, 80 and BA. RGB value is (21,128,186). Sum of RGB (Red+Green+Blue) = 21+128+186=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #1580BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580BA is #EA7F45. Grayscale: #666666. Windows color (decimal): -15368006 or 12222485. OLE color: 12222485.

HSL color Cylindrical-coordinate representation of color #1580BA: hue angle of 201.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1580BA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 128 186 -
CMYK 0.89 0.31 0 0.27
HSL 201.09º 0.8% 0.41% -
HSV(B) 201.09º 0.89% 0.73% -
XYZ 16.89 19.14 49.26 -
YUV 102.62 175.05 69.78 -
System Red Green Blue C M Y K H S L
Decimal 21 128 186 0.89 0.31 0 0.27 201.09 0.8 0.41
Hex 15 80 BA 59 1F 0 1B C9 50 29
Octal 25 200 272 131 37 0 33 311 120 51
Binary 10101 10000000 10111010 1011001 11111 0 11011 11001001 1010000 101001

Color Harmonies of #1580BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580BA

Black with #1580BA

Text Example


Text Example

White with #1580BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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