Html Css Color HEX #098068 Deep Sea

📋 copy color: '#098068'

red 9 ◦ green 128 ◦ blue 104

#098068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #098068

Tints of Deep Sea #098068

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 value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#098068 (or 0x098068) is known color: 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

RGB 9 128 104 -
CMYK 0.93 0 0.19 0.50
HSL 167.9º 0.87% 0.27% -
HSV(B) 167.9º 0.93% 0.5% -
XYZ 10.33 16.5 15.74 -
YUV 89.68 136.08 70.45 -
System Red Green Blue C M Y K H S L
Decimal 9 128 104 0.93 0 0.19 0.50 167.9 0.87 0.27
Hex 9 80 68 5D 0 13 32 A8 57 1B
Octal 11 200 150 135 0 23 62 250 127 33
Binary 1001 10000000 1101000 1011101 0 10011 110010 10101000 1010111 11011

Color Harmonies of #098068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098068

Black with #098068

Text Example


Text Example

White with #098068

Text Example


Text Example

HTML Codes & Css Web 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>