#1481AB

Color #1481AB Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1481AB

Tints of Cerulean #1481AB

Color information

#1481AB (or 0x1481AB) is unknown color: approx Cerulean. HEX triplet: 14, 81 and AB. RGB value is (20,129,171). Sum of RGB (Red+Green+Blue) = 20+129+171=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 129 (50.78% from 255 or 40.31% 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 #1481AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1481AB is #EB7E54. Grayscale: #646464. Windows color (decimal): -15433301 or 11239700. OLE color: 11239700.

HSL color Cylindrical-coordinate representation of color #1481AB: hue angle of 196.69º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1481AB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB20129171-
CMYK0.880.2500.33
HSL196.69º79.06%37.45%-
HSV(B)196.69º88.3%67.06%-
XYZ15.4918.7941.34-
YUV101.2167.3970.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.25%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=6.25%
G=40.31%
B=53.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201291710.880.2500.33196.6979.0637.45
Hex1481AB5819021c54f25
Octal242012531303104130511745
Binary1010010000001101010111011000110010100001110001011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1481AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,129,171); }

 H1.HeaderClassName
 {
   color: #1481AB;
 }
 .AnyTagClassName
 {
   color: #1481AB;
 }
</style>
background-color css

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

 a { background-color: rgb(20,129,171); }

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

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

 span { border-color: rgb(20,129,171); }

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