Html Css Color HEX #0A0740 Midnight Express

📋 copy color: '#0A0740'

red 10 ◦ green 7 ◦ blue 64

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

Shades of Midnight Express #0A0740

Tints of Midnight Express #0A0740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.64%

 BLUE value IS 64 (25.39% from 255) = 79.01%

R = 12.35%
G = 8.64%
B = 79.01%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A0740 (or 0x0A0740) is known color: Midnight Express. HEX triplet: 0A, 07 and 40. RGB value is (10,7,64). Sum of RGB (Red+Green+Blue) = 10+7+64=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 64 (25.39% from 255 or 79.01% from 81); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A0740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0740 is #F5F8BF. Grayscale: #0E0E0E. Windows color (decimal): -16120000 or 4196106. OLE color: 4196106.

HSL color Cylindrical-coordinate representation of color #0A0740: hue angle of 243.16º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0740 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 7 64 -
CMYK 0.84 0.89 0 0.75
HSL 243.16º 0.8% 0.14% -
HSV(B) 243.16º 0.89% 0.25% -
XYZ 1.13 0.59 4.9 -
YUV 14.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 10 7 64 0.84 0.89 0 0.75 243.16 0.8 0.14
Hex A 7 40 54 59 0 4B F3 50 E
Octal 12 7 100 124 131 0 113 363 120 16
Binary 1010 111 1000000 1010100 1011001 0 1001011 11110011 1010000 1110

Color Harmonies of #0A0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0740

Black with #0A0740

Text Example


Text Example

White with #0A0740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,7,64); }

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

background-color css

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

 a { background-color: rgb(10,7,64); }

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

border-color css

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

 span { border-color: rgb(10,7,64); }

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