#1185ab

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

Shades of Cerulean #1185AB

Tints of Cerulean #1185AB

Color information

#1185AB (or 0x1185AB) is unknown color: approx Cerulean. HEX triplet: 11, 85 and AB. RGB value is (17,133,171). Sum of RGB (Red+Green+Blue) = 17+133+171=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #1185AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1185AB is #EE7A54. Grayscale: #666666. Windows color (decimal): -15628885 or 11240721. OLE color: 11240721.

HSL color Cylindrical-coordinate representation of color #1185AB: hue angle of 194.81º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1185AB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17133171-
CMYK0.900.2200.33
HSL194.81º81.91%36.86%-
HSV(B)194.81º90.06%67.06%-
XYZ15.9719.8341.51-
YUV102.65166.5766.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.30%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=5.30%
G=41.43%
B=53.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171331710.900.2200.33194.8181.9136.86
Hex1185AB5A16021c35225
Octal212052531322604130312245
Binary1000110000101101010111011010101100100001110000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1185ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1185ab; }

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

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

<style>
 a { background-color: #1185ab; }

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

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

<style>
 span { border-color: #1185ab; }

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

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