#0178B4

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

Shades of Cerulean #0178B4

Tints of Cerulean #0178B4

Color information

#0178B4 (or 0x0178B4) is unknown color: approx Cerulean. HEX triplet: 01, 78 and B4. RGB value is (1,120,180). Sum of RGB (Red+Green+Blue) = 1+120+180=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #0178B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0178B4 is #FE874B. Grayscale: #5A5A5A. Windows color (decimal): -16680780 or 11827201. OLE color: 11827201.

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

Color convert

RGB1120180-
CMYK0.990.3300.29
HSL200.11º98.9%35.49%-
HSV(B)200.11º99.44%70.59%-
XYZ14.9716.7345.62-
YUV91.26178.0863.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=0.33%
G=39.87%
B=59.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11201800.990.3300.29200.1198.935.49
Hex178B4632101Dc86323
Octal11702641434103531014343
Binary11111000101101001100011100001011101110010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0178B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0178B4; }

 p { color: rgb(1,120,180); }

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

<style>
 a { background-color: #0178B4; }

 a { background-color: rgb(1,120,180); }

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

<style>
 span { border-color: #0178B4; }

 span { border-color: rgb(1,120,180); }

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