Html Css Color HEX #0A1347 Midnight Express

📋 copy color: '#0A1347'

red 10 ◦ green 19 ◦ blue 71

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

Shades of Midnight Express #0A1347

Tints of Midnight Express #0A1347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19%

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

R = 10%
G = 19%
B = 71%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A1347 (or 0x0A1347) is known color: Midnight Express. HEX triplet: 0A, 13 and 47. RGB value is (10,19,71). Sum of RGB (Red+Green+Blue) = 10+19+71=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A1347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1347 is #F5ECB8. Grayscale: #161616. Windows color (decimal): -16116921 or 4657930. OLE color: 4657930.

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

Color convert

RGB 10 19 71 -
CMYK 0.86 0.73 0 0.72
HSL 231.15º 0.75% 0.16% -
HSV(B) 231.15º 0.86% 0.28% -
XYZ 1.5 0.99 6.07 -
YUV 22.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 10 19 71 0.86 0.73 0 0.72 231.15 0.75 0.16
Hex A 13 47 56 49 0 48 E7 4B 10
Octal 12 23 107 126 111 0 110 347 113 20
Binary 1010 10011 1000111 1010110 1001001 0 1001000 11100111 1001011 10000

Color Harmonies of #0A1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1347

Black with #0A1347

Text Example


Text Example

White with #0A1347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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