#1183BA

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

Shades of Cerulean #1183BA

Tints of Cerulean #1183BA

Color information

#1183BA (or 0x1183BA) is unknown color: approx Cerulean. HEX triplet: 11, 83 and BA. RGB value is (17,131,186). Sum of RGB (Red+Green+Blue) = 17+131+186=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #1183BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183BA is #EE7C45. Grayscale: #666666. Windows color (decimal): -15629382 or 12223249. OLE color: 12223249.

HSL color Cylindrical-coordinate representation of color #1183BA: hue angle of 199.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1183BA is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17131186-
CMYK0.910.3000.27
HSL199.53º83.25%39.8%-
HSV(B)199.53º90.86%72.94%-
XYZ17.2119.949.39-
YUV103.18174.7366.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.09%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=5.09%
G=39.22%
B=55.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171311860.910.3000.27199.5383.2539.8
Hex1183BA5B1E01Bc85328
Octal212032721333603331012350
Binary100011000001110111010101101111110011011110010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1183BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1183BA; }

 p { color: rgb(17,131,186); }

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

<style>
 a { background-color: #1183BA; }

 a { background-color: rgb(17,131,186); }

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

<style>
 span { border-color: #1183BA; }

 span { border-color: rgb(17,131,186); }

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