Html Css Color HEX #0A034E Midnight Blue

📋 copy color: '#0A034E'

red 10 ◦ green 3 ◦ blue 78

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

Shades of Midnight Blue #0A034E

Tints of Midnight Blue #0A034E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 85.71%

R = 10.99%
G = 3.3%
B = 85.71%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A034E (or 0x0A034E) is known color: Midnight Blue. HEX triplet: 0A, 03 and 4E. RGB value is (10,3,78). Sum of RGB (Red+Green+Blue) = 10+3+78=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A034E is #F5FCB1. Grayscale: #0D0D0D. Windows color (decimal): -16121010 or 5112586. OLE color: 5112586.

HSL color Cylindrical-coordinate representation of color #0A034E: hue angle of 245.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A034E is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 3 78 -
CMYK 0.87 0.96 0 0.69
HSL 245.6º 0.93% 0.16% -
HSV(B) 245.6º 0.96% 0.31% -
XYZ 1.53 0.68 7.26 -
YUV 13.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 10 3 78 0.87 0.96 0 0.69 245.6 0.93 0.16
Hex A 3 4E 57 60 0 45 F6 5D 10
Octal 12 3 116 127 140 0 105 366 135 20
Binary 1010 11 1001110 1010111 1100000 0 1000101 11110110 1011101 10000

Color Harmonies of #0A034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A034E

Black with #0A034E

Text Example


Text Example

White with #0A034E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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