Html Css Color HEX #013E08 Myrtle

📋 copy color: '#013E08'

red 1 ◦ green 62 ◦ blue 8

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

Shades of Myrtle #013E08

Tints of Myrtle #013E08

RGB

 RED value IS 1 (0.78% from 255) = 1.41%

 GREEN value IS 62 (24.61% from 255) = 87.32%

 BLUE value IS 8 (3.52% from 255) = 11.27%

R = 1.41%
G = 87.32%
B = 11.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.76

RGB Variations

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

Color information

#013E08 (or 0x013E08) is known color: Myrtle. HEX triplet: 01, 3E and 08. RGB value is (1,62,8). Sum of RGB (Red+Green+Blue) = 1+62+8=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 62 (24.61% from 255 or 87.32% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 62 - color contains mainly: green. Hex color #013E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E08 is #FEC1F7. Grayscale: #252525. Windows color (decimal): -16695800 or 540161. OLE color: 540161.

HSL color Cylindrical-coordinate representation of color #013E08: hue angle of 126.89º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E08 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 8 -
CMYK 0.98 0 0.87 0.76
HSL 126.89º 0.97% 0.12% -
HSV(B) 126.89º 0.98% 0.24% -
XYZ 1.78 3.47 0.81 -
YUV 37.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 1 62 8 0.98 0 0.87 0.76 126.89 0.97 0.12
Hex 1 3E 8 62 0 57 4C 7F 61 C
Octal 1 76 10 142 0 127 114 177 141 14
Binary 1 111110 1000 1100010 0 1010111 1001100 1111111 1100001 1100

Color Harmonies of #013E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E08

Black with #013E08

Text Example


Text Example

White with #013E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E08; }

 p { color: rgb(1,62,8); }

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

background-color css

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

 a { background-color: rgb(1,62,8); }

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

border-color css

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

 span { border-color: rgb(1,62,8); }

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