#0179BE

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

Shades of Cerulean #0179BE

Tints of Cerulean #0179BE

Color information

#0179BE (or 0x0179BE) is unknown color: approx Cerulean. HEX triplet: 01, 79 and BE. RGB value is (1,121,190). Sum of RGB (Red+Green+Blue) = 1+121+190=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #0179BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0179BE is #FE8641. Grayscale: #5C5C5C. Windows color (decimal): -16680514 or 12482817. OLE color: 12482817.

HSL color Cylindrical-coordinate representation of color #0179BE: hue angle of 201.9º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0179BE is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1121190-
CMYK0.990.3600.25
HSL201.9º98.95%37.45%-
HSV(B)201.9º99.47%74.51%-
XYZ16.1417.451.22-
YUV92.99182.7462.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=0.32%
G=38.78%
B=60.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11211900.990.3600.25201.998.9537.45
Hex179BE6324019ca6325
Octal11712761434403131214345
Binary11111001101111101100011100100011001110010101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0179BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0179BE; }

 p { color: rgb(1,121,190); }

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

<style>
 a { background-color: #0179BE; }

 a { background-color: rgb(1,121,190); }

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

<style>
 span { border-color: #0179BE; }

 span { border-color: rgb(1,121,190); }

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