Html Css Color HEX #0A1940 Midnight Express

📋 copy color: '#0A1940'

red 10 ◦ green 25 ◦ blue 64

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

Shades of Midnight Express #0A1940

Tints of Midnight Express #0A1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 10.1%
G = 25.25%
B = 64.65%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A1940 (or 0x0A1940) is known color: Midnight Express. HEX triplet: 0A, 19 and 40. RGB value is (10,25,64). Sum of RGB (Red+Green+Blue) = 10+25+64=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A1940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1940 is #F5E6BF. Grayscale: #181818. Windows color (decimal): -16115392 or 4200714. OLE color: 4200714.

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

Color convert

RGB 10 25 64 -
CMYK 0.84 0.61 0 0.75
HSL 223.33º 0.73% 0.15% -
HSV(B) 223.33º 0.84% 0.25% -
XYZ 1.4 1.13 4.99 -
YUV 24.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 10 25 64 0.84 0.61 0 0.75 223.33 0.73 0.15
Hex A 19 40 54 3D 0 4B DF 49 F
Octal 12 31 100 124 75 0 113 337 111 17
Binary 1010 11001 1000000 1010100 111101 0 1001011 11011111 1001001 1111

Color Harmonies of #0A1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1940

Black with #0A1940

Text Example


Text Example

White with #0A1940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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