Html Css Color HEX #051302 Myrtle

📋 copy color: '#051302'

red 5 ◦ green 19 ◦ blue 2

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

Shades of Myrtle #051302

Tints of Myrtle #051302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 7.69%

R = 19.23%
G = 73.08%
B = 7.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#051302 (or 0x051302) is known color: Myrtle. HEX triplet: 05, 13 and 02. RGB value is (5,19,2). Sum of RGB (Red+Green+Blue) = 5+19+2=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #051302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051302 is #FAECFD. Grayscale: #0C0C0C. Windows color (decimal): -16444670 or 135941. OLE color: 135941.

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

Color convert

RGB 5 19 2 -
CMYK 0.74 0 0.89 0.93
HSL 109.41º 0.81% 0.04% -
HSV(B) 109.41º 0.89% 0.07% -
XYZ 0.31 0.5 0.14 -
YUV 12.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 5 19 2 0.74 0 0.89 0.93 109.41 0.81 0.04
Hex 5 13 2 4A 0 59 5D 6D 51 4
Octal 5 23 2 112 0 131 135 155 121 4
Binary 101 10011 10 1001010 0 1011001 1011101 1101101 1010001 100

Color Harmonies of #051302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051302

Black with #051302

Text Example


Text Example

White with #051302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051302; }

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

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

background-color css

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

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

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

border-color css

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

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

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