#0F7999

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

Shades of Cerulean #0F7999

Tints of Cerulean #0F7999

Color information

#0F7999 (or 0x0F7999) is unknown color: approx Cerulean. HEX triplet: 0F, 79 and 99. RGB value is (15,121,153). Sum of RGB (Red+Green+Blue) = 15+121+153=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F7999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7999 is #F08666. Grayscale: #5C5C5C. Windows color (decimal): -15763047 or 10057999. OLE color: 10057999.

HSL color Cylindrical-coordinate representation of color #0F7999: hue angle of 193.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7999 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15121153-
CMYK0.900.2100.4
HSL193.91º82.14%32.94%-
HSV(B)193.91º90.2%60%-
XYZ12.7816.0832.57-
YUV92.95161.8872.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.19%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=5.19%
G=41.87%
B=52.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151211530.900.2100.4193.9182.1432.94
HexF79995A15028c25221
Octal171712311322505030212241
Binary11111111001100110011011010101010101000110000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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