Html Css Color HEX #098265 Deep Sea

📋 copy color: '#098265'

red 9 ◦ green 130 ◦ blue 101

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

Shades of Deep Sea #098265

Tints of Deep Sea #098265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.17%

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

R = 3.75%
G = 54.17%
B = 42.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#098265 (or 0x098265) is known color: Deep Sea. HEX triplet: 09, 82 and 65. RGB value is (9,130,101). Sum of RGB (Red+Green+Blue) = 9+130+101=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #098265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098265 is #F67D9A. Grayscale: #5A5A5A. Windows color (decimal): -16154011 or 6652425. OLE color: 6652425.

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

Color convert

RGB 9 130 101 -
CMYK 0.93 0 0.22 0.49
HSL 165.62º 0.87% 0.27% -
HSV(B) 165.62º 0.93% 0.51% -
XYZ 10.44 16.96 15.04 -
YUV 90.52 133.91 69.86 -
System Red Green Blue C M Y K H S L
Decimal 9 130 101 0.93 0 0.22 0.49 165.62 0.87 0.27
Hex 9 82 65 5D 0 16 31 A6 57 1B
Octal 11 202 145 135 0 26 61 246 127 33
Binary 1001 10000010 1100101 1011101 0 10110 110001 10100110 1010111 11011

Color Harmonies of #098265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098265

Black with #098265

Text Example


Text Example

White with #098265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098265; }

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

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

background-color css

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

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

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

border-color css

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

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

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