Html Css Color HEX #0A16AD New Midnight Blue

📋 copy color: '#0A16AD'

red 10 ◦ green 22 ◦ blue 173

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

Shades of New Midnight Blue #0A16AD

Tints of New Midnight Blue #0A16AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 84.39%

R = 4.88%
G = 10.73%
B = 84.39%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A16AD (or 0x0A16AD) is known color: New Midnight Blue. HEX triplet: 0A, 16 and AD. RGB value is (10,22,173). Sum of RGB (Red+Green+Blue) = 10+22+173=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 173 (67.97% from 255 or 84.39% from 205); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A16AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A16AD is #F5E952. Grayscale: #232323. Windows color (decimal): -16116051 or 11343370. OLE color: 11343370.

HSL color Cylindrical-coordinate representation of color #0A16AD: hue angle of 235.58º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A16AD is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 22 173 -
CMYK 0.94 0.87 0 0.32
HSL 235.58º 0.89% 0.36% -
HSV(B) 235.58º 0.94% 0.68% -
XYZ 7.95 3.66 39.82 -
YUV 35.63 205.52 109.72 -
System Red Green Blue C M Y K H S L
Decimal 10 22 173 0.94 0.87 0 0.32 235.58 0.89 0.36
Hex A 16 AD 5E 57 0 20 EC 59 24
Octal 12 26 255 136 127 0 40 354 131 44
Binary 1010 10110 10101101 1011110 1010111 0 100000 11101100 1011001 100100

Color Harmonies of #0A16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A16AD

Black with #0A16AD

Text Example


Text Example

White with #0A16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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