Html Css Color HEX #0A1031 Midnight Express

📋 copy color: '#0A1031'

red 10 ◦ green 16 ◦ blue 49

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

Shades of Midnight Express #0A1031

Tints of Midnight Express #0A1031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

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

R = 13.33%
G = 21.33%
B = 65.33%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A1031 (or 0x0A1031) is known color: Midnight Express. HEX triplet: 0A, 10 and 31. RGB value is (10,16,49). Sum of RGB (Red+Green+Blue) = 10+16+49=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1031 is #F5EFCE. Grayscale: #111111. Windows color (decimal): -16117711 or 3215370. OLE color: 3215370.

HSL color Cylindrical-coordinate representation of color #0A1031: hue angle of 230.77º 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 #0A1031 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 16 49 -
CMYK 0.80 0.67 0 0.81
HSL 230.77º 0.66% 0.12% -
HSV(B) 230.77º 0.8% 0.19% -
XYZ 0.86 0.66 2.99 -
YUV 17.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 10 16 49 0.80 0.67 0 0.81 230.77 0.66 0.12
Hex A 10 31 50 43 0 51 E7 42 C
Octal 12 20 61 120 103 0 121 347 102 14
Binary 1010 10000 110001 1010000 1000011 0 1010001 11100111 1000010 1100

Color Harmonies of #0A1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1031

Black with #0A1031

Text Example


Text Example

White with #0A1031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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