#1184B1

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

Shades of Cerulean #1184B1

Tints of Cerulean #1184B1

Color information

#1184B1 (or 0x1184B1) is unknown color: approx Cerulean. HEX triplet: 11, 84 and B1. RGB value is (17,132,177). Sum of RGB (Red+Green+Blue) = 17+132+177=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #1184B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1184B1 is #EE7B4E. Grayscale: #666666. Windows color (decimal): -15629135 or 11633681. OLE color: 11633681.

HSL color Cylindrical-coordinate representation of color #1184B1: hue angle of 196.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1184B1 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17132177-
CMYK0.900.2500.31
HSL196.88º82.47%38.04%-
HSV(B)196.88º90.4%69.41%-
XYZ16.4219.844.55-
YUV102.74169.966.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.21%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 177 (69.53% from 255) = 54.29%
R=5.21%
G=40.49%
B=54.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171321770.900.2500.31196.8882.4738.04
Hex1184B15A1901Fc55226
Octal212042611323103730512246
Binary100011000010010110001101101011001011111110001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1184B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1184B1; }

 p { color: rgb(17,132,177); }

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

<style>
 a { background-color: #1184B1; }

 a { background-color: rgb(17,132,177); }

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

<style>
 span { border-color: #1184B1; }

 span { border-color: rgb(17,132,177); }

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