Html Css Color HEX #0A1831 Midnight Express

📋 copy color: '#0A1831'

red 10 ◦ green 24 ◦ blue 49

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

Shades of Midnight Express #0A1831

Tints of Midnight Express #0A1831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

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

R = 12.05%
G = 28.92%
B = 59.04%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A1831 (or 0x0A1831) is known color: Midnight Express. HEX triplet: 0A, 18 and 31. RGB value is (10,24,49). Sum of RGB (Red+Green+Blue) = 10+24+49=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1831 is #F5E7CE. Grayscale: #161616. Windows color (decimal): -16115663 or 3217418. OLE color: 3217418.

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

Color convert

RGB 10 24 49 -
CMYK 0.80 0.51 0 0.81
HSL 218.46º 0.66% 0.12% -
HSV(B) 218.46º 0.8% 0.19% -
XYZ 1.01 0.94 3.03 -
YUV 22.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 10 24 49 0.80 0.51 0 0.81 218.46 0.66 0.12
Hex A 18 31 50 33 0 51 DA 42 C
Octal 12 30 61 120 63 0 121 332 102 14
Binary 1010 11000 110001 1010000 110011 0 1010001 11011010 1000010 1100

Color Harmonies of #0A1831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1831

Black with #0A1831

Text Example


Text Example

White with #0A1831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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