Html Css Color HEX #098566 Deep Sea

📋 copy color: '#098566'

red 9 ◦ green 133 ◦ blue 102

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

Shades of Deep Sea #098566

Tints of Deep Sea #098566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 3.69%
G = 54.51%
B = 41.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#098566 (or 0x098566) is known color: Deep Sea. HEX triplet: 09, 85 and 66. RGB value is (9,133,102). Sum of RGB (Red+Green+Blue) = 9+133+102=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #098566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098566 is #F67A99. Grayscale: #5C5C5C. Windows color (decimal): -16153242 or 6718729. OLE color: 6718729.

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

Color convert

RGB 9 133 102 -
CMYK 0.93 0 0.23 0.48
HSL 165º 0.87% 0.28% -
HSV(B) 165º 0.93% 0.52% -
XYZ 10.9 17.79 15.43 -
YUV 92.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 9 133 102 0.93 0 0.23 0.48 165 0.87 0.28
Hex 9 85 66 5D 0 17 30 A5 57 1C
Octal 11 205 146 135 0 27 60 245 127 34
Binary 1001 10000101 1100110 1011101 0 10111 110000 10100101 1010111 11100

Color Harmonies of #098566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098566

Black with #098566

Text Example


Text Example

White with #098566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098566; }

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

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

background-color css

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

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

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

border-color css

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

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

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