#0175B5

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

Shades of Cerulean #0175B5

Tints of Cerulean #0175B5

Color information

#0175B5 (or 0x0175B5) is unknown color: approx Cerulean. HEX triplet: 01, 75 and B5. RGB value is (1,117,181). Sum of RGB (Red+Green+Blue) = 1+117+181=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #0175B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175B5 is #FE8A4A. Grayscale: #595959. Windows color (decimal): -16681547 or 11891969. OLE color: 11891969.

HSL color Cylindrical-coordinate representation of color #0175B5: hue angle of 201.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0175B5 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1117181-
CMYK0.990.3500.29
HSL201.33º98.9%35.69%-
HSV(B)201.33º99.45%70.98%-
XYZ14.7116.0746.04-
YUV89.61179.5764.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 181 (71.09% from 255) = 60.54%
R=0.33%
G=39.13%
B=60.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11171810.990.3500.29201.3398.935.69
Hex175B5632301Dc96324
Octal11652651434303531114344
Binary11110101101101011100011100011011101110010011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0175B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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