Html Css Color HEX #000A40 Midnight Express

📋 copy color: '#000A40'

red 0 ◦ green 10 ◦ blue 64

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

Shades of Midnight Express #000A40

Tints of Midnight Express #000A40

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 10 (4.3% from 255) = 13.51%

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

R = 0%
G = 13.51%
B = 86.49%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000A40 (or 0x000A40) is known color: Midnight Express. HEX triplet: 00, 0A and 40. RGB value is (0,10,64). Sum of RGB (Red+Green+Blue) = 0+10+64=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 64 (25.39% from 255 or 86.49% from 74); Max value from RGB is 64 - color contains mainly: blue. Hex color #000A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A40 is #FFF5BF. Grayscale: #0C0C0C. Windows color (decimal): -16774592 or 4196864. OLE color: 4196864.

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

Color convert

RGB 0 10 64 -
CMYK 1 0.84 0 0.75
HSL 230.63º 1% 0.13% -
HSV(B) 230.63º 1% 0.25% -
XYZ 1.03 0.59 4.91 -
YUV 13.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 0 10 64 1 0.84 0 0.75 230.63 1 0.13
Hex 0 A 40 64 54 0 4B E7 64 D
Octal 0 12 100 144 124 0 113 347 144 15
Binary 0 1010 1000000 1100100 1010100 0 1001011 11100111 1100100 1101

Color Harmonies of #000A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A40

Black with #000A40

Text Example


Text Example

White with #000A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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