#1177B8

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

Shades of Cerulean #1177B8

Tints of Cerulean #1177B8

Color information

#1177B8 (or 0x1177B8) is unknown color: approx Cerulean. HEX triplet: 11, 77 and B8. RGB value is (17,119,184). Sum of RGB (Red+Green+Blue) = 17+119+184=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 184 (72.27% from 255 or 57.5% from 320); Max value from RGB is 184 - color contains mainly: blue. Hex color #1177B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177B8 is #EE8847. Grayscale: #5F5F5F. Windows color (decimal): -15632456 or 12089105. OLE color: 12089105.

HSL color Cylindrical-coordinate representation of color #1177B8: hue angle of 203.35º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1177B8 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17119184-
CMYK0.910.3500.28
HSL203.35º83.08%39.41%-
HSV(B)203.35º90.76%72.16%-
XYZ15.4816.7747.77-
YUV95.91177.7171.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.31%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 184 (72.27% from 255) = 57.5%
R=5.31%
G=37.19%
B=57.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171191840.910.3500.28203.3583.0839.41
Hex1177B85B2301Ccb5327
Octal211672701334303431312347
Binary100011110111101110001011011100011011100110010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1177B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1177B8; }

 p { color: rgb(17,119,184); }

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

<style>
 a { background-color: #1177B8; }

 a { background-color: rgb(17,119,184); }

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

<style>
 span { border-color: #1177B8; }

 span { border-color: rgb(17,119,184); }

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