Html Css Color HEX #0A1447 Midnight Express

📋 copy color: '#0A1447'

red 10 ◦ green 20 ◦ blue 71

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

Shades of Midnight Express #0A1447

Tints of Midnight Express #0A1447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

 BLUE value IS 71 (28.13% from 255) = 70.3%

R = 9.9%
G = 19.8%
B = 70.3%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A1447 (or 0x0A1447) is known color: Midnight Express. HEX triplet: 0A, 14 and 47. RGB value is (10,20,71). Sum of RGB (Red+Green+Blue) = 10+20+71=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A1447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1447 is #F5EBB8. Grayscale: #161616. Windows color (decimal): -16116665 or 4658186. OLE color: 4658186.

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

Color convert

RGB 10 20 71 -
CMYK 0.86 0.72 0 0.72
HSL 230.16º 0.75% 0.16% -
HSV(B) 230.16º 0.86% 0.28% -
XYZ 1.51 1.02 6.08 -
YUV 22.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 10 20 71 0.86 0.72 0 0.72 230.16 0.75 0.16
Hex A 14 47 56 48 0 48 E6 4B 10
Octal 12 24 107 126 110 0 110 346 113 20
Binary 1010 10100 1000111 1010110 1001000 0 1001000 11100110 1001011 10000

Color Harmonies of #0A1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1447

Black with #0A1447

Text Example


Text Example

White with #0A1447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,71); }

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

background-color css

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

 a { background-color: rgb(10,20,71); }

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

border-color css

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

 span { border-color: rgb(10,20,71); }

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