Html Css Color HEX #051301 Myrtle

📋 copy color: '#051301'

red 5 ◦ green 19 ◦ blue 1

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

Shades of Myrtle #051301

Tints of Myrtle #051301

RGB

 RED value IS 5 (2.34% from 255) = 20%

 GREEN value IS 19 (7.81% from 255) = 76%

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

R = 20%
G = 76%
B = 4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#051301 (or 0x051301) is known color: Myrtle. HEX triplet: 05, 13 and 01. RGB value is (5,19,1). Sum of RGB (Red+Green+Blue) = 5+19+1=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 19 (7.81% from 255 or 76% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 19 - color contains mainly: green. Hex color #051301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051301 is #FAECFE. Grayscale: #0C0C0C. Windows color (decimal): -16444671 or 70405. OLE color: 70405.

HSL color Cylindrical-coordinate representation of color #051301: hue angle of 106.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051301 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 19 1 -
CMYK 0.74 0 0.95 0.93
HSL 106.67º 0.9% 0.04% -
HSV(B) 106.67º 0.95% 0.07% -
XYZ 0.3 0.5 0.11 -
YUV 12.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 5 19 1 0.74 0 0.95 0.93 106.67 0.9 0.04
Hex 5 13 1 4A 0 5F 5D 6B 5A 4
Octal 5 23 1 112 0 137 135 153 132 4
Binary 101 10011 1 1001010 0 1011111 1011101 1101011 1011010 100

Color Harmonies of #051301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051301

Black with #051301

Text Example


Text Example

White with #051301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051301; }

 p { color: rgb(5,19,1); }

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

background-color css

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

 a { background-color: rgb(5,19,1); }

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

border-color css

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

 span { border-color: rgb(5,19,1); }

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