Html Css Color HEX #0A1649 Midnight Express

📋 copy color: '#0A1649'

red 10 ◦ green 22 ◦ blue 73

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

Shades of Midnight Express #0A1649

Tints of Midnight Express #0A1649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.95%

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

R = 9.52%
G = 20.95%
B = 69.52%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A1649 (or 0x0A1649) is known color: Midnight Express. HEX triplet: 0A, 16 and 49. RGB value is (10,22,73). Sum of RGB (Red+Green+Blue) = 10+22+73=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A1649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1649 is #F5E9B6. Grayscale: #181818. Windows color (decimal): -16116151 or 4789770. OLE color: 4789770.

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

Color convert

RGB 10 22 73 -
CMYK 0.86 0.70 0 0.71
HSL 228.57º 0.76% 0.16% -
HSV(B) 228.57º 0.86% 0.29% -
XYZ 1.61 1.12 6.43 -
YUV 24.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 10 22 73 0.86 0.70 0 0.71 228.57 0.76 0.16
Hex A 16 49 56 46 0 47 E5 4C 10
Octal 12 26 111 126 106 0 107 345 114 20
Binary 1010 10110 1001001 1010110 1000110 0 1000111 11100101 1001100 10000

Color Harmonies of #0A1649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1649

Black with #0A1649

Text Example


Text Example

White with #0A1649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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