Html Css Color HEX #0A039E New Midnight Blue

📋 copy color: '#0A039E'

red 10 ◦ green 3 ◦ blue 158

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

Shades of New Midnight Blue #0A039E

Tints of New Midnight Blue #0A039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

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

R = 5.85%
G = 1.75%
B = 92.4%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A039E (or 0x0A039E) is known color: New Midnight Blue. HEX triplet: 0A, 03 and 9E. RGB value is (10,3,158). Sum of RGB (Red+Green+Blue) = 10+3+158=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 158 (62.11% from 255 or 92.40% from 171); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A039E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A039E is #F5FC61. Grayscale: #161616. Windows color (decimal): -16120930 or 10355466. OLE color: 10355466.

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

Color convert

RGB 10 3 158 -
CMYK 0.94 0.98 0 0.38
HSL 242.71º 0.96% 0.32% -
HSV(B) 242.71º 0.98% 0.62% -
XYZ 6.33 2.6 32.52 -
YUV 22.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 10 3 158 0.94 0.98 0 0.38 242.71 0.96 0.32
Hex A 3 9E 5E 62 0 26 F3 60 20
Octal 12 3 236 136 142 0 46 363 140 40
Binary 1010 11 10011110 1011110 1100010 0 100110 11110011 1100000 100000

Color Harmonies of #0A039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A039E

Black with #0A039E

Text Example


Text Example

White with #0A039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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