Html Css Color HEX #0A1231 Midnight Express

📋 copy color: '#0A1231'

red 10 ◦ green 18 ◦ blue 49

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

Shades of Midnight Express #0A1231

Tints of Midnight Express #0A1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.38%

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

R = 12.99%
G = 23.38%
B = 63.64%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A1231 (or 0x0A1231) is known color: Midnight Express. HEX triplet: 0A, 12 and 31. RGB value is (10,18,49). Sum of RGB (Red+Green+Blue) = 10+18+49=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1231 is #F5EDCE. Grayscale: #131313. Windows color (decimal): -16117199 or 3215882. OLE color: 3215882.

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

Color convert

RGB 10 18 49 -
CMYK 0.80 0.63 0 0.81
HSL 227.69º 0.66% 0.12% -
HSV(B) 227.69º 0.8% 0.19% -
XYZ 0.9 0.72 3 -
YUV 19.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 10 18 49 0.80 0.63 0 0.81 227.69 0.66 0.12
Hex A 12 31 50 3F 0 51 E4 42 C
Octal 12 22 61 120 77 0 121 344 102 14
Binary 1010 10010 110001 1010000 111111 0 1010001 11100100 1000010 1100

Color Harmonies of #0A1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1231

Black with #0A1231

Text Example


Text Example

White with #0A1231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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