Html Css Color HEX #0A1473 Midnight Blue

📋 copy color: '#0A1473'

red 10 ◦ green 20 ◦ blue 115

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

Shades of Midnight Blue #0A1473

Tints of Midnight Blue #0A1473

RGB

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

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

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

R = 6.9%
G = 13.79%
B = 79.31%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A1473 (or 0x0A1473) is known color: Midnight Blue. HEX triplet: 0A, 14 and 73. RGB value is (10,20,115). Sum of RGB (Red+Green+Blue) = 10+20+115=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A1473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1473 is #F5EB8C. Grayscale: #1B1B1B. Windows color (decimal): -16116621 or 7541770. OLE color: 7541770.

HSL color Cylindrical-coordinate representation of color #0A1473: hue angle of 234.29º 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 #0A1473 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 20 115 -
CMYK 0.91 0.83 0 0.55
HSL 234.29º 0.84% 0.25% -
HSV(B) 234.29º 0.91% 0.45% -
XYZ 3.47 1.8 16.38 -
YUV 27.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 10 20 115 0.91 0.83 0 0.55 234.29 0.84 0.25
Hex A 14 73 5B 53 0 37 EA 54 19
Octal 12 24 163 133 123 0 67 352 124 31
Binary 1010 10100 1110011 1011011 1010011 0 110111 11101010 1010100 11001

Color Harmonies of #0A1473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1473

Black with #0A1473

Text Example


Text Example

White with #0A1473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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