Html Css Color HEX #0A1548 Midnight Express

📋 copy color: '#0A1548'

red 10 ◦ green 21 ◦ blue 72

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

Shades of Midnight Express #0A1548

Tints of Midnight Express #0A1548

RGB

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

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

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

R = 9.71%
G = 20.39%
B = 69.9%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A1548 (or 0x0A1548) is known color: Midnight Express. HEX triplet: 0A, 15 and 48. RGB value is (10,21,72). Sum of RGB (Red+Green+Blue) = 10+21+72=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A1548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1548 is #F5EAB7. Grayscale: #171717. Windows color (decimal): -16116408 or 4723978. OLE color: 4723978.

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

Color convert

RGB 10 21 72 -
CMYK 0.86 0.71 0 0.72
HSL 229.35º 0.76% 0.16% -
HSV(B) 229.35º 0.86% 0.28% -
XYZ 1.56 1.07 6.25 -
YUV 23.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 10 21 72 0.86 0.71 0 0.72 229.35 0.76 0.16
Hex A 15 48 56 47 0 48 E5 4C 10
Octal 12 25 110 126 107 0 110 345 114 20
Binary 1010 10101 1001000 1010110 1000111 0 1001000 11100101 1001100 10000

Color Harmonies of #0A1548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1548

Black with #0A1548

Text Example


Text Example

White with #0A1548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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