Html Css Color HEX #0A1531 Midnight Express

📋 copy color: '#0A1531'

red 10 ◦ green 21 ◦ blue 49

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

Shades of Midnight Express #0A1531

Tints of Midnight Express #0A1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

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

R = 12.5%
G = 26.25%
B = 61.25%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A1531 (or 0x0A1531) is known color: Midnight Express. HEX triplet: 0A, 15 and 31. RGB value is (10,21,49). Sum of RGB (Red+Green+Blue) = 10+21+49=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1531 is #F5EACE. Grayscale: #141414. Windows color (decimal): -16116431 or 3216650. OLE color: 3216650.

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

Color convert

RGB 10 21 49 -
CMYK 0.80 0.57 0 0.81
HSL 223.08º 0.66% 0.12% -
HSV(B) 223.08º 0.8% 0.19% -
XYZ 0.95 0.82 3.01 -
YUV 20.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 10 21 49 0.80 0.57 0 0.81 223.08 0.66 0.12
Hex A 15 31 50 39 0 51 DF 42 C
Octal 12 25 61 120 71 0 121 337 102 14
Binary 1010 10101 110001 1010000 111001 0 1010001 11011111 1000010 1100

Color Harmonies of #0A1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1531

Black with #0A1531

Text Example


Text Example

White with #0A1531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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