Html Css Color HEX #0A17AD New Midnight Blue

📋 copy color: '#0A17AD'

red 10 ◦ green 23 ◦ blue 173

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

Shades of New Midnight Blue #0A17AD

Tints of New Midnight Blue #0A17AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

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

R = 4.85%
G = 11.17%
B = 83.98%

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

#0A17AD (or 0x0A17AD) is known color: New Midnight Blue. HEX triplet: 0A, 17 and AD. RGB value is (10,23,173). Sum of RGB (Red+Green+Blue) = 10+23+173=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A17AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A17AD is #F5E852. Grayscale: #232323. Windows color (decimal): -16115795 or 11343626. OLE color: 11343626.

HSL color Cylindrical-coordinate representation of color #0A17AD: hue angle of 235.21º 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 #0A17AD is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 23 173 -
CMYK 0.94 0.87 0 0.32
HSL 235.21º 0.89% 0.36% -
HSV(B) 235.21º 0.94% 0.68% -
XYZ 7.97 3.69 39.83 -
YUV 36.21 205.19 109.3 -
System Red Green Blue C M Y K H S L
Decimal 10 23 173 0.94 0.87 0 0.32 235.21 0.89 0.36
Hex A 17 AD 5E 57 0 20 EB 59 24
Octal 12 27 255 136 127 0 40 353 131 44
Binary 1010 10111 10101101 1011110 1010111 0 100000 11101011 1011001 100100

Color Harmonies of #0A17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A17AD

Black with #0A17AD

Text Example


Text Example

White with #0A17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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