Html Css Color HEX #013C07 Myrtle

📋 copy color: '#013C07'

red 1 ◦ green 60 ◦ blue 7

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

Shades of Myrtle #013C07

Tints of Myrtle #013C07

RGB

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

 GREEN value IS 60 (23.83% from 255) = 88.24%

 BLUE value IS 7 (3.13% from 255) = 10.29%

R = 1.47%
G = 88.24%
B = 10.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.76

RGB Variations

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

Color information

#013C07 (or 0x013C07) is known color: Myrtle. HEX triplet: 01, 3C and 07. RGB value is (1,60,7). Sum of RGB (Red+Green+Blue) = 1+60+7=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 60 (23.83% from 255 or 88.24% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 60 - color contains mainly: green. Hex color #013C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C07 is #FEC3F8. Grayscale: #242424. Windows color (decimal): -16696313 or 474113. OLE color: 474113.

HSL color Cylindrical-coordinate representation of color #013C07: hue angle of 126.1º 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 #013C07 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 60 7 -
CMYK 0.98 0 0.88 0.76
HSL 126.1º 0.97% 0.12% -
HSV(B) 126.1º 0.98% 0.24% -
XYZ 1.67 3.25 0.74 -
YUV 36.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 1 60 7 0.98 0 0.88 0.76 126.1 0.97 0.12
Hex 1 3C 7 62 0 58 4C 7E 61 C
Octal 1 74 7 142 0 130 114 176 141 14
Binary 1 111100 111 1100010 0 1011000 1001100 1111110 1100001 1100

Color Harmonies of #013C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C07

Black with #013C07

Text Example


Text Example

White with #013C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,7); }

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

background-color css

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

 a { background-color: rgb(1,60,7); }

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

border-color css

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

 span { border-color: rgb(1,60,7); }

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