#1180BC

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

Shades of Cerulean #1180BC

Tints of Cerulean #1180BC

Color information

#1180BC (or 0x1180BC) is unknown color: approx Cerulean. HEX triplet: 11, 80 and BC. RGB value is (17,128,188). Sum of RGB (Red+Green+Blue) = 17+128+188=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #1180BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180BC is #EE7F43. Grayscale: #656565. Windows color (decimal): -15630148 or 12353553. OLE color: 12353553.

HSL color Cylindrical-coordinate representation of color #1180BC: hue angle of 201.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1180BC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17128188-
CMYK0.910.3200.26
HSL201.05º83.41%40.2%-
HSV(B)201.05º90.96%73.73%-
XYZ17.0319.1950.38-
YUV101.65176.7367.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.11%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 188 (73.83% from 255) = 56.46%
R=5.11%
G=38.44%
B=56.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171281880.910.3200.26201.0583.4140.2
Hex1180BC5B2001Ac95328
Octal212002741334003231112350
Binary1000110000000101111001011011100000011010110010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1180BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1180BC; }

 p { color: rgb(17,128,188); }

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

<style>
 a { background-color: #1180BC; }

 a { background-color: rgb(17,128,188); }

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

<style>
 span { border-color: #1180BC; }

 span { border-color: rgb(17,128,188); }

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