Html Css Color HEX #0A1873 Midnight Blue

📋 copy color: '#0A1873'

red 10 ◦ green 24 ◦ blue 115

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

Shades of Midnight Blue #0A1873

Tints of Midnight Blue #0A1873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

 BLUE value IS 115 (45.31% from 255) = 77.18%

R = 6.71%
G = 16.11%
B = 77.18%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A1873 (or 0x0A1873) is known color: Midnight Blue. HEX triplet: 0A, 18 and 73. RGB value is (10,24,115). Sum of RGB (Red+Green+Blue) = 10+24+115=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A1873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1873 is #F5E78C. Grayscale: #1D1D1D. Windows color (decimal): -16115597 or 7542794. OLE color: 7542794.

HSL color Cylindrical-coordinate representation of color #0A1873: hue angle of 232º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1873 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 24 115 -
CMYK 0.91 0.79 0 0.55
HSL 232º 0.84% 0.25% -
HSV(B) 232º 0.91% 0.45% -
XYZ 3.55 1.96 16.41 -
YUV 30.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 10 24 115 0.91 0.79 0 0.55 232 0.84 0.25
Hex A 18 73 5B 4F 0 37 E8 54 19
Octal 12 30 163 133 117 0 67 350 124 31
Binary 1010 11000 1110011 1011011 1001111 0 110111 11101000 1010100 11001

Color Harmonies of #0A1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1873

Black with #0A1873

Text Example


Text Example

White with #0A1873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,115); }

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

background-color css

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

 a { background-color: rgb(10,24,115); }

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

border-color css

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

 span { border-color: rgb(10,24,115); }

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