Html Css Color HEX #0A079E New Midnight Blue

📋 copy color: '#0A079E'

red 10 ◦ green 7 ◦ blue 158

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

Shades of New Midnight Blue #0A079E

Tints of New Midnight Blue #0A079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

 BLUE value IS 158 (62.11% from 255) = 90.29%

R = 5.71%
G = 4%
B = 90.29%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A079E (or 0x0A079E) is known color: New Midnight Blue. HEX triplet: 0A, 07 and 9E. RGB value is (10,7,158). Sum of RGB (Red+Green+Blue) = 10+7+158=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 158 (62.11% from 255 or 90.29% from 175); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A079E is #F5F861. Grayscale: #181818. Windows color (decimal): -16119906 or 10356490. OLE color: 10356490.

HSL color Cylindrical-coordinate representation of color #0A079E: hue angle of 241.19º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A079E is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 7 158 -
CMYK 0.94 0.96 0 0.38
HSL 241.19º 0.92% 0.32% -
HSV(B) 241.19º 0.96% 0.62% -
XYZ 6.37 2.69 32.53 -
YUV 25.11 202.99 117.22 -
System Red Green Blue C M Y K H S L
Decimal 10 7 158 0.94 0.96 0 0.38 241.19 0.92 0.32
Hex A 7 9E 5E 60 0 26 F1 5C 20
Octal 12 7 236 136 140 0 46 361 134 40
Binary 1010 111 10011110 1011110 1100000 0 100110 11110001 1011100 100000

Color Harmonies of #0A079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A079E

Black with #0A079E

Text Example


Text Example

White with #0A079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,7,158); }

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

background-color css

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

 a { background-color: rgb(10,7,158); }

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

border-color css

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

 span { border-color: rgb(10,7,158); }

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