#0F79AF

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

Shades of Cerulean #0F79AF

Tints of Cerulean #0F79AF

Color information

#0F79AF (or 0x0F79AF) is unknown color: approx Cerulean. HEX triplet: 0F, 79 and AF. RGB value is (15,121,175). Sum of RGB (Red+Green+Blue) = 15+121+175=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F79AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F79AF is #F08650. Grayscale: #5F5F5F. Windows color (decimal): -15763025 or 11499791. OLE color: 11499791.

HSL color Cylindrical-coordinate representation of color #0F79AF: hue angle of 200.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F79AF is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15121175-
CMYK0.910.3100.31
HSL200.25º84.21%37.25%-
HSV(B)200.25º91.43%68.63%-
XYZ14.7716.8743.04-
YUV95.46172.8870.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=4.82%
G=38.91%
B=56.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151211750.910.3100.31200.2584.2137.25
HexF79AF5B1F01Fc85425
Octal171712571333703731012445
Binary1111111100110101111101101111111011111110010001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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