Html Css Color HEX #098358 Deep Sea

📋 copy color: '#098358'

red 9 ◦ green 131 ◦ blue 88

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

Shades of Deep Sea #098358

Tints of Deep Sea #098358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.46%

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 3.95%
G = 57.46%
B = 38.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#098358 (or 0x098358) is known color: Deep Sea. HEX triplet: 09, 83 and 58. RGB value is (9,131,88). Sum of RGB (Red+Green+Blue) = 9+131+88=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #098358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098358 is #F67CA7. Grayscale: #595959. Windows color (decimal): -16153768 or 5800713. OLE color: 5800713.

HSL color Cylindrical-coordinate representation of color #098358: hue angle of 158.85º 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 #098358 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 131 88 -
CMYK 0.93 0 0.33 0.49
HSL 158.85º 0.87% 0.27% -
HSV(B) 158.85º 0.93% 0.51% -
XYZ 9.99 17 11.99 -
YUV 89.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 9 131 88 0.93 0 0.33 0.49 158.85 0.87 0.27
Hex 9 83 58 5D 0 21 31 9F 57 1B
Octal 11 203 130 135 0 41 61 237 127 33
Binary 1001 10000011 1011000 1011101 0 100001 110001 10011111 1010111 11011

Color Harmonies of #098358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098358

Black with #098358

Text Example


Text Example

White with #098358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098358; }

 p { color: rgb(9,131,88); }

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

background-color css

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

 a { background-color: rgb(9,131,88); }

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

border-color css

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

 span { border-color: rgb(9,131,88); }

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