#0C79BE

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

Shades of Cerulean #0C79BE

Tints of Cerulean #0C79BE

Color information

#0C79BE (or 0x0C79BE) is unknown color: approx Cerulean. HEX triplet: 0C, 79 and BE. RGB value is (12,121,190). Sum of RGB (Red+Green+Blue) = 12+121+190=323 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.72% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C79BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C79BE is #F38641. Grayscale: #5F5F5F. Windows color (decimal): -15959618 or 12482828. OLE color: 12482828.

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

Color convert

RGB12121190-
CMYK0.940.3600.25
HSL203.26º88.12%39.61%-
HSV(B)203.26º93.68%74.51%-
XYZ16.2817.4751.23-
YUV96.28180.8967.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.72%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 190 (74.61% from 255) = 58.82%
R=3.72%
G=37.46%
B=58.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121211900.940.3600.25203.2688.1239.61
HexC79BE5E24019cb5828
Octal141712761364403131313050
Binary11001111001101111101011110100100011001110010111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C79BE; }

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

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

<style>
 a { background-color: #0C79BE; }

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

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

<style>
 span { border-color: #0C79BE; }

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

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