Html Css Color HEX #098565 Deep Sea

📋 copy color: '#098565'

red 9 ◦ green 133 ◦ blue 101

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

Shades of Deep Sea #098565

Tints of Deep Sea #098565

RGB

 RED value IS 9 (3.91% from 255) = 3.7%

 GREEN value IS 133 (52.34% from 255) = 54.73%

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 3.7%
G = 54.73%
B = 41.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#098565 (or 0x098565) is known color: Deep Sea. HEX triplet: 09, 85 and 65. RGB value is (9,133,101). Sum of RGB (Red+Green+Blue) = 9+133+101=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #098565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098565 is #F67A9A. Grayscale: #5C5C5C. Windows color (decimal): -16153243 or 6653193. OLE color: 6653193.

HSL color Cylindrical-coordinate representation of color #098565: hue angle of 164.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098565 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 101 -
CMYK 0.93 0 0.24 0.48
HSL 164.52º 0.87% 0.28% -
HSV(B) 164.52º 0.93% 0.52% -
XYZ 10.85 17.77 15.17 -
YUV 92.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 9 133 101 0.93 0 0.24 0.48 164.52 0.87 0.28
Hex 9 85 65 5D 0 18 30 A5 57 1C
Octal 11 205 145 135 0 30 60 245 127 34
Binary 1001 10000101 1100101 1011101 0 11000 110000 10100101 1010111 11100

Color Harmonies of #098565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098565

Black with #098565

Text Example


Text Example

White with #098565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098565; }

 p { color: rgb(9,133,101); }

 H1.HeaderClassName
 {
   color: #098565;
 }
 .AnyTagClassName
 {
   color: #098565;
 }
</style>

background-color css

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

 a { background-color: rgb(9,133,101); }

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

border-color css

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

 span { border-color: rgb(9,133,101); }

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