#0F7468

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

Shades of Deep Sea #0F7468

Tints of Deep Sea #0F7468

Color information

#0F7468 (or 0x0F7468) is unknown color: approx Deep Sea. HEX triplet: 0F, 74 and 68. RGB value is (15,116,104). Sum of RGB (Red+Green+Blue) = 15+116+104=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7468 is #F08B97. Grayscale: #545454. Windows color (decimal): -15764376 or 6845455. OLE color: 6845455.

HSL color Cylindrical-coordinate representation of color #0F7468: hue angle of 172.87º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7468 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB15116104-
CMYK0.8700.100.55
HSL172.87º77.1%25.69%-
HSV(B)172.87º87.07%45.49%-
XYZ8.9413.5915.25-
YUV84.43139.0478.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.38%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=6.38%
G=49.36%
B=44.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal151161040.8700.100.55172.8777.125.69
HexF7468570A37ad4d1a
Octal171641501270126725511532
Binary11111110100110100010101110101011011110101101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,116,104); }

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

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

 a { background-color: rgb(15,116,104); }

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

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

 span { border-color: rgb(15,116,104); }

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