#1175AA

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

Shades of Cerulean #1175AA

Tints of Cerulean #1175AA

Color information

#1175AA (or 0x1175AA) is unknown color: approx Cerulean. HEX triplet: 11, 75 and AA. RGB value is (17,117,170). Sum of RGB (Red+Green+Blue) = 17+117+170=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #1175AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1175AA is #EE8A55. Grayscale: #5C5C5C. Windows color (decimal): -15632982 or 11171089. OLE color: 11171089.

HSL color Cylindrical-coordinate representation of color #1175AA: hue angle of 200.78º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1175AA is Cyan = 0.9, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17117170-
CMYK0.90.3100.33
HSL200.78º81.82%36.67%-
HSV(B)200.78º90%66.67%-
XYZ13.8515.7440.34-
YUV93.14171.3773.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=5.59%
G=38.49%
B=55.92%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171700.90.3100.33200.7881.8236.67
Hex1175AA5A1F021c95225
Octal211652521323704131112245
Binary100011110101101010101011010111110100001110010011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1175AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1175AA; }

 p { color: rgb(17,117,170); }

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

<style>
 a { background-color: #1175AA; }

 a { background-color: rgb(17,117,170); }

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

<style>
 span { border-color: #1175AA; }

 span { border-color: rgb(17,117,170); }

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