Html Css Color HEX #0A3001 Myrtle

📋 copy color: '#0A3001'

red 10 ◦ green 48 ◦ blue 1

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

Shades of Myrtle #0A3001

Tints of Myrtle #0A3001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 81.36%

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

R = 16.95%
G = 81.36%
B = 1.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#0A3001 (or 0x0A3001) is known color: Myrtle. HEX triplet: 0A, 30 and 01. RGB value is (10,48,1). Sum of RGB (Red+Green+Blue) = 10+48+1=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 48 (19.14% from 255 or 81.36% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3001 is #F5CFFE. Grayscale: #1F1F1F. Windows color (decimal): -16109567 or 77834. OLE color: 77834.

HSL color Cylindrical-coordinate representation of color #0A3001: hue angle of 108.51º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A3001 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 48 1 -
CMYK 0.79 0 0.98 0.81
HSL 108.51º 0.96% 0.1% -
HSV(B) 108.51º 0.98% 0.19% -
XYZ 1.19 2.18 0.39 -
YUV 31.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 10 48 1 0.79 0 0.98 0.81 108.51 0.96 0.1
Hex A 30 1 4F 0 62 51 6D 60 A
Octal 12 60 1 117 0 142 121 155 140 12
Binary 1010 110000 1 1001111 0 1100010 1010001 1101101 1100000 1010

Color Harmonies of #0A3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3001

Black with #0A3001

Text Example


Text Example

White with #0A3001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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