#0175B0

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

Shades of Cerulean #0175B0

Tints of Cerulean #0175B0

Color information

#0175B0 (or 0x0175B0) is unknown color: approx Cerulean. HEX triplet: 01, 75 and B0. RGB value is (1,117,176). Sum of RGB (Red+Green+Blue) = 1+117+176=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 176 (69.14% from 255 or 59.86% from 294); Max value from RGB is 176 - color contains mainly: blue. Hex color #0175B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0175B0 is #FE8A4F. Grayscale: #585858. Windows color (decimal): -16681552 or 11564289. OLE color: 11564289.

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

Color convert

RGB1117176-
CMYK0.990.3400.31
HSL200.23º98.87%34.71%-
HSV(B)200.23º99.43%69.02%-
XYZ14.2115.8643.39-
YUV89.04177.0765.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 176 (69.14% from 255) = 59.86%
R=0.34%
G=39.80%
B=59.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11171760.990.3400.31200.2398.8734.71
Hex175B0632201Fc86323
Octal11652601434203731014343
Binary11110101101100001100011100010011111110010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0175B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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