Html Css Color HEX #0A049D New Midnight Blue

📋 copy color: '#0A049D'

red 10 ◦ green 4 ◦ blue 157

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

Shades of New Midnight Blue #0A049D

Tints of New Midnight Blue #0A049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 91.81%

R = 5.85%
G = 2.34%
B = 91.81%

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

#0A049D (or 0x0A049D) is known color: New Midnight Blue. HEX triplet: 0A, 04 and 9D. RGB value is (10,4,157). Sum of RGB (Red+Green+Blue) = 10+4+157=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 157 (61.72% from 255 or 91.81% from 171); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A049D is #F5FB62. Grayscale: #161616. Windows color (decimal): -16120675 or 10290186. OLE color: 10290186.

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

Color convert

RGB 10 4 157 -
CMYK 0.94 0.97 0 0.38
HSL 242.35º 0.95% 0.32% -
HSV(B) 242.35º 0.97% 0.62% -
XYZ 6.25 2.59 32.07 -
YUV 23.24 203.49 118.56 -
System Red Green Blue C M Y K H S L
Decimal 10 4 157 0.94 0.97 0 0.38 242.35 0.95 0.32
Hex A 4 9D 5E 61 0 26 F2 5F 20
Octal 12 4 235 136 141 0 46 362 137 40
Binary 1010 100 10011101 1011110 1100001 0 100110 11110010 1011111 100000

Color Harmonies of #0A049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A049D

Black with #0A049D

Text Example


Text Example

White with #0A049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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