Html Css Color HEX #0A16AC New Midnight Blue

📋 copy color: '#0A16AC'

red 10 ◦ green 22 ◦ blue 172

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

Shades of New Midnight Blue #0A16AC

Tints of New Midnight Blue #0A16AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 84.31%

R = 4.9%
G = 10.78%
B = 84.31%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A16AC (or 0x0A16AC) is known color: New Midnight Blue. HEX triplet: 0A, 16 and AC. RGB value is (10,22,172). Sum of RGB (Red+Green+Blue) = 10+22+172=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A16AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A16AC is #F5E953. Grayscale: #222222. Windows color (decimal): -16116052 or 11277834. OLE color: 11277834.

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

Color convert

RGB 10 22 172 -
CMYK 0.94 0.87 0 0.33
HSL 235.56º 0.89% 0.36% -
HSV(B) 235.56º 0.94% 0.67% -
XYZ 7.86 3.62 39.31 -
YUV 35.51 205.02 109.8 -
System Red Green Blue C M Y K H S L
Decimal 10 22 172 0.94 0.87 0 0.33 235.56 0.89 0.36
Hex A 16 AC 5E 57 0 21 EC 59 24
Octal 12 26 254 136 127 0 41 354 131 44
Binary 1010 10110 10101100 1011110 1010111 0 100001 11101100 1011001 100100

Color Harmonies of #0A16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A16AC

Black with #0A16AC

Text Example


Text Example

White with #0A16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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