Html Css Color HEX #0A0EAC New Midnight Blue

📋 copy color: '#0A0EAC'

red 10 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #0A0EAC

Tints of New Midnight Blue #0A0EAC

RGB

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

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

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

R = 5.1%
G = 7.14%
B = 87.76%

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

#0A0EAC (or 0x0A0EAC) is known color: New Midnight Blue. HEX triplet: 0A, 0E and AC. RGB value is (10,14,172). Sum of RGB (Red+Green+Blue) = 10+14+172=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A0EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0EAC is #F5F153. Grayscale: #1E1E1E. Windows color (decimal): -16118100 or 11275786. OLE color: 11275786.

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

Color convert

RGB 10 14 172 -
CMYK 0.94 0.92 0 0.33
HSL 238.52º 0.89% 0.36% -
HSV(B) 238.52º 0.94% 0.67% -
XYZ 7.73 3.36 39.27 -
YUV 30.82 207.67 113.15 -
System Red Green Blue C M Y K H S L
Decimal 10 14 172 0.94 0.92 0 0.33 238.52 0.89 0.36
Hex A E AC 5E 5C 0 21 EF 59 24
Octal 12 16 254 136 134 0 41 357 131 44
Binary 1010 1110 10101100 1011110 1011100 0 100001 11101111 1011001 100100

Color Harmonies of #0A0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0EAC

Black with #0A0EAC

Text Example


Text Example

White with #0A0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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