Html Css Color HEX #0A0FAA New Midnight Blue

📋 copy color: '#0A0FAA'

red 10 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #0A0FAA

Tints of New Midnight Blue #0A0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.69%

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

R = 5.13%
G = 7.69%
B = 87.18%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A0FAA (or 0x0A0FAA) is known color: New Midnight Blue. HEX triplet: 0A, 0F and AA. RGB value is (10,15,170). Sum of RGB (Red+Green+Blue) = 10+15+170=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 170 (66.80% from 255 or 87.18% from 195); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A0FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0FAA is #F5F055. Grayscale: #1E1E1E. Windows color (decimal): -16117846 or 11144970. OLE color: 11144970.

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

Color convert

RGB 10 15 170 -
CMYK 0.94 0.91 0 0.33
HSL 238.13º 0.89% 0.35% -
HSV(B) 238.13º 0.94% 0.67% -
XYZ 7.55 3.31 38.27 -
YUV 31.18 206.34 112.9 -
System Red Green Blue C M Y K H S L
Decimal 10 15 170 0.94 0.91 0 0.33 238.13 0.89 0.35
Hex A F AA 5E 5B 0 21 EE 59 23
Octal 12 17 252 136 133 0 41 356 131 43
Binary 1010 1111 10101010 1011110 1011011 0 100001 11101110 1011001 100011

Color Harmonies of #0A0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0FAA

Black with #0A0FAA

Text Example


Text Example

White with #0A0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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