#0F79B2

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

Shades of Cerulean #0F79B2

Tints of Cerulean #0F79B2

Color information

#0F79B2 (or 0x0F79B2) is unknown color: approx Cerulean. HEX triplet: 0F, 79 and B2. RGB value is (15,121,178). Sum of RGB (Red+Green+Blue) = 15+121+178=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #0F79B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F79B2 is #F0864D. Grayscale: #5F5F5F. Windows color (decimal): -15763022 or 11696399. OLE color: 11696399.

HSL color Cylindrical-coordinate representation of color #0F79B2: hue angle of 200.98º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F79B2 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15121178-
CMYK0.920.3200.30
HSL200.98º84.46%37.84%-
HSV(B)200.98º91.57%69.8%-
XYZ15.0716.9944.6-
YUV95.8174.3870.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.78%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 178 (69.92% from 255) = 56.69%
R=4.78%
G=38.54%
B=56.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151211780.920.3200.30200.9884.4637.84
HexF79B25C2001Ec95426
Octal171712621344003631112446
Binary11111111001101100101011100100000011110110010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F79B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,121,178); }

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

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

 a { background-color: rgb(15,121,178); }

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

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

 span { border-color: rgb(15,121,178); }

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