Html Css Color HEX #0A5401 Myrtle

📋 copy color: '#0A5401'

red 10 ◦ green 84 ◦ blue 1

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

Shades of Myrtle #0A5401

Tints of Myrtle #0A5401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 88.42%

 BLUE value IS 1 (0.78% from 255) = 1.05%

R = 10.53%
G = 88.42%
B = 1.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#0A5401 (or 0x0A5401) is known color: Myrtle. HEX triplet: 0A, 54 and 01. RGB value is (10,84,1). Sum of RGB (Red+Green+Blue) = 10+84+1=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 84 (33.20% from 255 or 88.42% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5401 is #F5ABFE. Grayscale: #343434. Windows color (decimal): -16100351 or 87050. OLE color: 87050.

HSL color Cylindrical-coordinate representation of color #0A5401: hue angle of 113.49º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A5401 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 84 1 -
CMYK 0.88 0 0.99 0.67
HSL 113.49º 0.98% 0.17% -
HSV(B) 113.49º 0.99% 0.33% -
XYZ 3.3 6.41 1.09 -
YUV 52.41 98.98 97.75 -
System Red Green Blue C M Y K H S L
Decimal 10 84 1 0.88 0 0.99 0.67 113.49 0.98 0.17
Hex A 54 1 58 0 63 43 71 62 11
Octal 12 124 1 130 0 143 103 161 142 21
Binary 1010 1010100 1 1011000 0 1100011 1000011 1110001 1100010 10001

Color Harmonies of #0A5401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5401

Black with #0A5401

Text Example


Text Example

White with #0A5401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,1); }

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

background-color css

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

 a { background-color: rgb(10,84,1); }

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

border-color css

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

 span { border-color: rgb(10,84,1); }

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