#1182AB

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

Shades of Cerulean #1182AB

Tints of Cerulean #1182AB

Color information

#1182AB (or 0x1182AB) is unknown color: approx Cerulean. HEX triplet: 11, 82 and AB. RGB value is (17,130,171). Sum of RGB (Red+Green+Blue) = 17+130+171=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #1182AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1182AB is #EE7D54. Grayscale: #646464. Windows color (decimal): -15629653 or 11239953. OLE color: 11239953.

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

Color convert

RGB17130171-
CMYK0.900.2400.33
HSL195.97º81.91%36.86%-
HSV(B)195.97º90.06%67.06%-
XYZ15.5619.0241.38-
YUV100.89167.5668.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.35%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=5.35%
G=40.88%
B=53.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171301710.900.2400.33195.9781.9136.86
Hex1182AB5A18021c45225
Octal212022531323004130412245
Binary1000110000010101010111011010110000100001110001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1182AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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