Html Css Color HEX #0A05AA New Midnight Blue

📋 copy color: '#0A05AA'

red 10 ◦ green 5 ◦ blue 170

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

Shades of New Midnight Blue #0A05AA

Tints of New Midnight Blue #0A05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 5.41%
G = 2.7%
B = 91.89%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A05AA (or 0x0A05AA) is known color: New Midnight Blue. HEX triplet: 0A, 05 and AA. RGB value is (10,5,170). Sum of RGB (Red+Green+Blue) = 10+5+170=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 170 (66.80% from 255 or 91.89% from 185); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A05AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A05AA is #F5FA55. Grayscale: #181818. Windows color (decimal): -16120406 or 11142410. OLE color: 11142410.

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

Color convert

RGB 10 5 170 -
CMYK 0.94 0.97 0 0.33
HSL 241.82º 0.94% 0.34% -
HSV(B) 241.82º 0.97% 0.67% -
XYZ 7.44 3.08 38.23 -
YUV 25.31 209.66 117.08 -
System Red Green Blue C M Y K H S L
Decimal 10 5 170 0.94 0.97 0 0.33 241.82 0.94 0.34
Hex A 5 AA 5E 61 0 21 F2 5E 22
Octal 12 5 252 136 141 0 41 362 136 42
Binary 1010 101 10101010 1011110 1100001 0 100001 11110010 1011110 100010

Color Harmonies of #0A05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A05AA

Black with #0A05AA

Text Example


Text Example

White with #0A05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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