Html Css Color HEX #098463 Deep Sea

📋 copy color: '#098463'

red 9 ◦ green 132 ◦ blue 99

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

Shades of Deep Sea #098463

Tints of Deep Sea #098463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 3.75%
G = 55%
B = 41.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#098463 (or 0x098463) is known color: Deep Sea. HEX triplet: 09, 84 and 63. RGB value is (9,132,99). Sum of RGB (Red+Green+Blue) = 9+132+99=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #098463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098463 is #F67B9C. Grayscale: #5B5B5B. Windows color (decimal): -16153501 or 6521865. OLE color: 6521865.

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

Color convert

RGB 9 132 99 -
CMYK 0.93 0 0.25 0.48
HSL 163.9º 0.87% 0.28% -
HSV(B) 163.9º 0.93% 0.52% -
XYZ 10.62 17.46 14.62 -
YUV 91.46 132.25 69.18 -
System Red Green Blue C M Y K H S L
Decimal 9 132 99 0.93 0 0.25 0.48 163.9 0.87 0.28
Hex 9 84 63 5D 0 19 30 A4 57 1C
Octal 11 204 143 135 0 31 60 244 127 34
Binary 1001 10000100 1100011 1011101 0 11001 110000 10100100 1010111 11100

Color Harmonies of #098463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098463

Black with #098463

Text Example


Text Example

White with #098463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098463; }

 p { color: rgb(9,132,99); }

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

background-color css

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

 a { background-color: rgb(9,132,99); }

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

border-color css

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

 span { border-color: rgb(9,132,99); }

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