Html Css Color HEX #0A049E New Midnight Blue

📋 copy color: '#0A049E'

red 10 ◦ green 4 ◦ blue 158

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

Shades of New Midnight Blue #0A049E

Tints of New Midnight Blue #0A049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 5.81%
G = 2.33%
B = 91.86%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A049E (or 0x0A049E) is known color: New Midnight Blue. HEX triplet: 0A, 04 and 9E. RGB value is (10,4,158). Sum of RGB (Red+Green+Blue) = 10+4+158=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 158 (62.11% from 255 or 91.86% from 172); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A049E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A049E is #F5FB61. Grayscale: #161616. Windows color (decimal): -16120674 or 10355722. OLE color: 10355722.

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

Color convert

RGB 10 4 158 -
CMYK 0.94 0.97 0 0.38
HSL 242.34º 0.95% 0.32% -
HSV(B) 242.34º 0.97% 0.62% -
XYZ 6.34 2.62 32.52 -
YUV 23.35 203.99 118.48 -
System Red Green Blue C M Y K H S L
Decimal 10 4 158 0.94 0.97 0 0.38 242.34 0.95 0.32
Hex A 4 9E 5E 61 0 26 F2 5F 20
Octal 12 4 236 136 141 0 46 362 137 40
Binary 1010 100 10011110 1011110 1100001 0 100110 11110010 1011111 100000

Color Harmonies of #0A049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A049E

Black with #0A049E

Text Example


Text Example

White with #0A049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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