#098068

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

Shades of Deep Sea #098068

Tints of Deep Sea #098068

Color information

#098068 (or 0x098068) is unknown color: approx Deep Sea. HEX triplet: 09, 80 and 68. RGB value is (9,128,104). Sum of RGB (Red+Green+Blue) = 9+128+104=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #098068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098068 is #F67F97. Grayscale: #595959. Windows color (decimal): -16154520 or 6848521. OLE color: 6848521.

HSL color Cylindrical-coordinate representation of color #098068: hue angle of 167.9º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098068 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB9128104-
CMYK0.9300.190.50
HSL167.9º86.86%26.86%-
HSV(B)167.9º92.97%50.2%-
XYZ10.3316.515.74-
YUV89.68136.0870.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=3.73%
G=53.11%
B=43.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91281040.9300.190.50167.986.8626.86
Hex980685D01332a8571b
Octal112001501350236225012733
Binary1001100000001101000101110101001111001010101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098068; }

 p { color: rgb(9,128,104); }

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

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

 a { background-color: rgb(9,128,104); }

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

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

 span { border-color: rgb(9,128,104); }

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