Html Css Color HEX #0A1749 Midnight Express

📋 copy color: '#0A1749'

red 10 ◦ green 23 ◦ blue 73

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

Shades of Midnight Express #0A1749

Tints of Midnight Express #0A1749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.7%

 BLUE value IS 73 (28.91% from 255) = 68.87%

R = 9.43%
G = 21.7%
B = 68.87%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A1749 (or 0x0A1749) is known color: Midnight Express. HEX triplet: 0A, 17 and 49. RGB value is (10,23,73). Sum of RGB (Red+Green+Blue) = 10+23+73=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A1749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1749 is #F5E8B6. Grayscale: #181818. Windows color (decimal): -16115895 or 4790026. OLE color: 4790026.

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

Color convert

RGB 10 23 73 -
CMYK 0.86 0.68 0 0.71
HSL 227.62º 0.76% 0.16% -
HSV(B) 227.62º 0.86% 0.29% -
XYZ 1.63 1.16 6.44 -
YUV 24.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 10 23 73 0.86 0.68 0 0.71 227.62 0.76 0.16
Hex A 17 49 56 44 0 47 E4 4C 10
Octal 12 27 111 126 104 0 107 344 114 20
Binary 1010 10111 1001001 1010110 1000100 0 1000111 11100100 1001100 10000

Color Harmonies of #0A1749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1749

Black with #0A1749

Text Example


Text Example

White with #0A1749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,23,73); }

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

background-color css

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

 a { background-color: rgb(10,23,73); }

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

border-color css

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

 span { border-color: rgb(10,23,73); }

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