Html Css Color HEX #0A0DAB New Midnight Blue

📋 copy color: '#0A0DAB'

red 10 ◦ green 13 ◦ blue 171

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

Shades of New Midnight Blue #0A0DAB

Tints of New Midnight Blue #0A0DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 88.14%

R = 5.15%
G = 6.7%
B = 88.14%

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

#0A0DAB (or 0x0A0DAB) is known color: New Midnight Blue. HEX triplet: 0A, 0D and AB. RGB value is (10,13,171). Sum of RGB (Red+Green+Blue) = 10+13+171=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A0DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0DAB is #F5F254. Grayscale: #1D1D1D. Windows color (decimal): -16118357 or 11209994. OLE color: 11209994.

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

Color convert

RGB 10 13 171 -
CMYK 0.94 0.92 0 0.33
HSL 238.88º 0.89% 0.35% -
HSV(B) 238.88º 0.94% 0.67% -
XYZ 7.62 3.29 38.76 -
YUV 30.12 207.51 113.65 -
System Red Green Blue C M Y K H S L
Decimal 10 13 171 0.94 0.92 0 0.33 238.88 0.89 0.35
Hex A D AB 5E 5C 0 21 EF 59 23
Octal 12 15 253 136 134 0 41 357 131 43
Binary 1010 1101 10101011 1011110 1011100 0 100001 11101111 1011001 100011

Color Harmonies of #0A0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0DAB

Black with #0A0DAB

Text Example


Text Example

White with #0A0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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