Html Css Color HEX #0A1248 Midnight Express

📋 copy color: '#0A1248'

red 10 ◦ green 18 ◦ blue 72

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

Shades of Midnight Express #0A1248

Tints of Midnight Express #0A1248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 72%

R = 10%
G = 18%
B = 72%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A1248 (or 0x0A1248) is known color: Midnight Express. HEX triplet: 0A, 12 and 48. RGB value is (10,18,72). Sum of RGB (Red+Green+Blue) = 10+18+72=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A1248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1248 is #F5EDB7. Grayscale: #151515. Windows color (decimal): -16117176 or 4723210. OLE color: 4723210.

HSL color Cylindrical-coordinate representation of color #0A1248: hue angle of 232.26º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1248 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 18 72 -
CMYK 0.86 0.75 0 0.72
HSL 232.26º 0.76% 0.16% -
HSV(B) 232.26º 0.86% 0.28% -
XYZ 1.51 0.97 6.24 -
YUV 21.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 10 18 72 0.86 0.75 0 0.72 232.26 0.76 0.16
Hex A 12 48 56 4B 0 48 E8 4C 10
Octal 12 22 110 126 113 0 110 350 114 20
Binary 1010 10010 1001000 1010110 1001011 0 1001000 11101000 1001100 10000

Color Harmonies of #0A1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1248

Black with #0A1248

Text Example


Text Example

White with #0A1248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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