Html Css Color HEX #0A0DAC New Midnight Blue

📋 copy color: '#0A0DAC'

red 10 ◦ green 13 ◦ blue 172

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

Shades of New Midnight Blue #0A0DAC

Tints of New Midnight Blue #0A0DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.67%

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

R = 5.13%
G = 6.67%
B = 88.21%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A0DAC (or 0x0A0DAC) is known color: New Midnight Blue. HEX triplet: 0A, 0D and AC. RGB value is (10,13,172). Sum of RGB (Red+Green+Blue) = 10+13+172=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A0DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0DAC is #F5F253. Grayscale: #1D1D1D. Windows color (decimal): -16118356 or 11275530. OLE color: 11275530.

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

Color convert

RGB 10 13 172 -
CMYK 0.94 0.92 0 0.33
HSL 238.89º 0.89% 0.36% -
HSV(B) 238.89º 0.94% 0.67% -
XYZ 7.72 3.33 39.27 -
YUV 30.23 208.01 113.57 -
System Red Green Blue C M Y K H S L
Decimal 10 13 172 0.94 0.92 0 0.33 238.89 0.89 0.36
Hex A D AC 5E 5C 0 21 EF 59 24
Octal 12 15 254 136 134 0 41 357 131 44
Binary 1010 1101 10101100 1011110 1011100 0 100001 11101111 1011001 100100

Color Harmonies of #0A0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0DAC

Black with #0A0DAC

Text Example


Text Example

White with #0A0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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