#1175B5

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

Shades of Cerulean #1175B5

Tints of Cerulean #1175B5

Color information

#1175B5 (or 0x1175B5) is unknown color: approx Cerulean. HEX triplet: 11, 75 and B5. RGB value is (17,117,181). Sum of RGB (Red+Green+Blue) = 17+117+181=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #1175B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175B5 is #EE8A4A. Grayscale: #5E5E5E. Windows color (decimal): -15632971 or 11891985. OLE color: 11891985.

HSL color Cylindrical-coordinate representation of color #1175B5: hue angle of 203.41º 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 #1175B5 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17117181-
CMYK0.910.3500.29
HSL203.41º82.83%38.82%-
HSV(B)203.41º90.61%70.98%-
XYZ14.9316.1846.05-
YUV94.4176.8772.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=5.40%
G=37.14%
B=57.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171171810.910.3500.29203.4182.8338.82
Hex1175B55B2301Dcb5327
Octal211652651334303531312347
Binary100011110101101101011011011100011011101110010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1175B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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