Html Css Color HEX #1581BA Cerulean

📋 copy color: '#1581BA'

red 21 ◦ green 129 ◦ blue 186

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

Shades of Cerulean #1581BA

Tints of Cerulean #1581BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

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

R = 6.25%
G = 38.39%
B = 55.36%

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

#1581BA (or 0x1581BA) is known color: Cerulean. HEX triplet: 15, 81 and BA. RGB value is (21,129,186). Sum of RGB (Red+Green+Blue) = 21+129+186=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #1581BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581BA is #EA7E45. Grayscale: #666666. Windows color (decimal): -15367750 or 12222741. OLE color: 12222741.

HSL color Cylindrical-coordinate representation of color #1581BA: hue angle of 200.73º 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 #1581BA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 129 186 -
CMYK 0.89 0.31 0 0.27
HSL 200.73º 0.8% 0.41% -
HSV(B) 200.73º 0.89% 0.73% -
XYZ 17.02 19.41 49.3 -
YUV 103.21 174.72 69.37 -
System Red Green Blue C M Y K H S L
Decimal 21 129 186 0.89 0.31 0 0.27 200.73 0.8 0.41
Hex 15 81 BA 59 1F 0 1B C9 50 29
Octal 25 201 272 131 37 0 33 311 120 51
Binary 10101 10000001 10111010 1011001 11111 0 11011 11001001 1010000 101001

Color Harmonies of #1581BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581BA

Black with #1581BA

Text Example


Text Example

White with #1581BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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