#0f779d

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

Shades of Cerulean #0F779D

Tints of Cerulean #0F779D

Color information

#0F779D (or 0x0F779D) is unknown color: approx Cerulean. HEX triplet: 0F, 77 and 9D. RGB value is (15,119,157). Sum of RGB (Red+Green+Blue) = 15+119+157=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F779D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F779D is #F08862. Grayscale: #5B5B5B. Windows color (decimal): -15763555 or 10319631. OLE color: 10319631.

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

Color convert

RGB15119157-
CMYK0.900.2400.38
HSL196.06º82.56%33.73%-
HSV(B)196.06º90.45%61.57%-
XYZ12.8815.7334.26-
YUV92.24164.5472.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.15%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=5.15%
G=40.89%
B=53.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151191570.900.2400.38196.0682.5633.73
HexF779D5A18026c45322
Octal171672351323004630412342
Binary11111110111100111011011010110000100110110001001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f779d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,119,157); }

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

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

 a { background-color: rgb(15,119,157); }

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

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

 span { border-color: rgb(15,119,157); }

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