Html Css Color HEX #0A2009 Myrtle

📋 copy color: '#0A2009'

red 10 ◦ green 32 ◦ blue 9

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

Shades of Myrtle #0A2009

Tints of Myrtle #0A2009

RGB

 RED value IS 10 (4.3% from 255) = 19.61%

 GREEN value IS 32 (12.89% from 255) = 62.75%

 BLUE value IS 9 (3.91% from 255) = 17.65%

R = 19.61%
G = 62.75%
B = 17.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#0A2009 (or 0x0A2009) is known color: Myrtle. HEX triplet: 0A, 20 and 09. RGB value is (10,32,9). Sum of RGB (Red+Green+Blue) = 10+32+9=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #0A2009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2009 is #F5DFF6. Grayscale: #161616. Windows color (decimal): -16113655 or 598026. OLE color: 598026.

HSL color Cylindrical-coordinate representation of color #0A2009: hue angle of 117.39º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A2009 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 32 9 -
CMYK 0.69 0 0.72 0.87
HSL 117.39º 0.56% 0.08% -
HSV(B) 117.39º 0.72% 0.13% -
XYZ 0.69 1.12 0.44 -
YUV 22.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 10 32 9 0.69 0 0.72 0.87 117.39 0.56 0.08
Hex A 20 9 45 0 48 57 75 38 8
Octal 12 40 11 105 0 110 127 165 70 10
Binary 1010 100000 1001 1000101 0 1001000 1010111 1110101 111000 1000

Color Harmonies of #0A2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2009

Black with #0A2009

Text Example


Text Example

White with #0A2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A2009; }

 p { color: rgb(10,32,9); }

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

background-color css

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

 a { background-color: rgb(10,32,9); }

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

border-color css

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

 span { border-color: rgb(10,32,9); }

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