Html Css Color HEX #0A0EAA New Midnight Blue

📋 copy color: '#0A0EAA'

red 10 ◦ green 14 ◦ blue 170

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

Shades of New Midnight Blue #0A0EAA

Tints of New Midnight Blue #0A0EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.22%

 BLUE value IS 170 (66.8% from 255) = 87.63%

R = 5.15%
G = 7.22%
B = 87.63%

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

#0A0EAA (or 0x0A0EAA) is known color: New Midnight Blue. HEX triplet: 0A, 0E and AA. RGB value is (10,14,170). Sum of RGB (Red+Green+Blue) = 10+14+170=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A0EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0EAA is #F5F155. Grayscale: #1D1D1D. Windows color (decimal): -16118102 or 11144714. OLE color: 11144714.

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

Color convert

RGB 10 14 170 -
CMYK 0.94 0.92 0 0.33
HSL 238.5º 0.89% 0.35% -
HSV(B) 238.5º 0.94% 0.67% -
XYZ 7.54 3.28 38.27 -
YUV 30.59 206.67 113.32 -
System Red Green Blue C M Y K H S L
Decimal 10 14 170 0.94 0.92 0 0.33 238.5 0.89 0.35
Hex A E AA 5E 5C 0 21 EE 59 23
Octal 12 16 252 136 134 0 41 356 131 43
Binary 1010 1110 10101010 1011110 1011100 0 100001 11101110 1011001 100011

Color Harmonies of #0A0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0EAA

Black with #0A0EAA

Text Example


Text Example

White with #0A0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,14,170); }

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

background-color css

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

 a { background-color: rgb(10,14,170); }

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

border-color css

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

 span { border-color: rgb(10,14,170); }

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