#1485AB

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

Shades of Cerulean #1485AB

Tints of Cerulean #1485AB

Color information

#1485AB (or 0x1485AB) is unknown color: approx Cerulean. HEX triplet: 14, 85 and AB. RGB value is (20,133,171). Sum of RGB (Red+Green+Blue) = 20+133+171=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #1485AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1485AB is #EB7A54. Grayscale: #676767. Windows color (decimal): -15432277 or 11240724. OLE color: 11240724.

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

Color convert

RGB20133171-
CMYK0.880.2200.33
HSL195.1º79.06%37.45%-
HSV(B)195.1º88.3%67.06%-
XYZ16.0319.8641.52-
YUV103.54166.0668.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.17%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=6.17%
G=41.05%
B=52.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201331710.880.2200.33195.179.0637.45
Hex1485AB5816021c34f25
Octal242052531302604130311745
Binary1010010000101101010111011000101100100001110000111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1485AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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