#1184B4

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

Shades of Cerulean #1184B4

Tints of Cerulean #1184B4

Color information

#1184B4 (or 0x1184B4) is unknown color: approx Cerulean. HEX triplet: 11, 84 and B4. RGB value is (17,132,180). Sum of RGB (Red+Green+Blue) = 17+132+180=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #1184B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1184B4 is #EE7B4B. Grayscale: #666666. Windows color (decimal): -15629132 or 11830289. OLE color: 11830289.

HSL color Cylindrical-coordinate representation of color #1184B4: hue angle of 197.67º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1184B4 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17132180-
CMYK0.910.2700.29
HSL197.67º82.74%38.63%-
HSV(B)197.67º90.56%70.59%-
XYZ16.7219.9246.14-
YUV103.09171.466.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.17%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=5.17%
G=40.12%
B=54.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171321800.910.2700.29197.6782.7438.63
Hex1184B45B1B01Dc65327
Octal212042641333303530612347
Binary100011000010010110100101101111011011101110001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1184B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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