#0F789F

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

Shades of Cerulean #0F789F

Tints of Cerulean #0F789F

Color information

#0F789F (or 0x0F789F) is unknown color: approx Cerulean. HEX triplet: 0F, 78 and 9F. RGB value is (15,120,159). Sum of RGB (Red+Green+Blue) = 15+120+159=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F789F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F789F is #F08760. Grayscale: #5C5C5C. Windows color (decimal): -15763297 or 10450959. OLE color: 10450959.

HSL color Cylindrical-coordinate representation of color #0F789F: hue angle of 196.25º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F789F is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15120159-
CMYK0.910.2500.38
HSL196.25º82.76%34.12%-
HSV(B)196.25º90.57%62.35%-
XYZ13.1716.0435.2-
YUV93.05165.2172.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.10%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=5.10%
G=40.82%
B=54.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151201590.910.2500.38196.2582.7634.12
HexF789F5B19026c45322
Octal171702371333104630412342
Binary11111111000100111111011011110010100110110001001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,159); }

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

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

 a { background-color: rgb(15,120,159); }

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

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

 span { border-color: rgb(15,120,159); }

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