Html Css Color HEX #0A1E48 Midnight Express

📋 copy color: '#0A1E48'

red 10 ◦ green 30 ◦ blue 72

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

Shades of Midnight Express #0A1E48

Tints of Midnight Express #0A1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.79%

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

R = 8.93%
G = 26.79%
B = 64.29%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A1E48 (or 0x0A1E48) is known color: Midnight Express. HEX triplet: 0A, 1E and 48. RGB value is (10,30,72). Sum of RGB (Red+Green+Blue) = 10+30+72=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A1E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E48 is #F5E1B7. Grayscale: #1C1C1C. Windows color (decimal): -16114104 or 4726282. OLE color: 4726282.

HSL color Cylindrical-coordinate representation of color #0A1E48: hue angle of 220.65º 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 #0A1E48 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 30 72 -
CMYK 0.86 0.58 0 0.72
HSL 220.65º 0.76% 0.16% -
HSV(B) 220.65º 0.86% 0.28% -
XYZ 1.76 1.46 6.32 -
YUV 28.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 10 30 72 0.86 0.58 0 0.72 220.65 0.76 0.16
Hex A 1E 48 56 3A 0 48 DD 4C 10
Octal 12 36 110 126 72 0 110 335 114 20
Binary 1010 11110 1001000 1010110 111010 0 1001000 11011101 1001100 10000

Color Harmonies of #0A1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1E48

Black with #0A1E48

Text Example


Text Example

White with #0A1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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