Html Css Color HEX #0A1431 Midnight Express

📋 copy color: '#0A1431'

red 10 ◦ green 20 ◦ blue 49

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

Shades of Midnight Express #0A1431

Tints of Midnight Express #0A1431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.32%

 BLUE value IS 49 (19.53% from 255) = 62.03%

R = 12.66%
G = 25.32%
B = 62.03%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A1431 (or 0x0A1431) is known color: Midnight Express. HEX triplet: 0A, 14 and 31. RGB value is (10,20,49). Sum of RGB (Red+Green+Blue) = 10+20+49=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1431 is #F5EBCE. Grayscale: #141414. Windows color (decimal): -16116687 or 3216394. OLE color: 3216394.

HSL color Cylindrical-coordinate representation of color #0A1431: hue angle of 224.62º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A1431 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 20 49 -
CMYK 0.80 0.59 0 0.81
HSL 224.62º 0.66% 0.12% -
HSV(B) 224.62º 0.8% 0.19% -
XYZ 0.93 0.79 3.01 -
YUV 20.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 10 20 49 0.80 0.59 0 0.81 224.62 0.66 0.12
Hex A 14 31 50 3B 0 51 E1 42 C
Octal 12 24 61 120 73 0 121 341 102 14
Binary 1010 10100 110001 1010000 111011 0 1010001 11100001 1000010 1100

Color Harmonies of #0A1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1431

Black with #0A1431

Text Example


Text Example

White with #0A1431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,49); }

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

background-color css

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

 a { background-color: rgb(10,20,49); }

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

border-color css

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

 span { border-color: rgb(10,20,49); }

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