Html Css Color HEX #0A055E Midnight Blue

📋 copy color: '#0A055E'

red 10 ◦ green 5 ◦ blue 94

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

Shades of Midnight Blue #0A055E

Tints of Midnight Blue #0A055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

 BLUE value IS 94 (37.11% from 255) = 86.24%

R = 9.17%
G = 4.59%
B = 86.24%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A055E (or 0x0A055E) is known color: Midnight Blue. HEX triplet: 0A, 05 and 5E. RGB value is (10,5,94). Sum of RGB (Red+Green+Blue) = 10+5+94=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 94 (37.11% from 255 or 86.24% from 109); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A055E is #F5FAA1. Grayscale: #101010. Windows color (decimal): -16120482 or 6161674. OLE color: 6161674.

HSL color Cylindrical-coordinate representation of color #0A055E: hue angle of 243.37º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A055E is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 5 94 -
CMYK 0.89 0.95 0 0.63
HSL 243.37º 0.9% 0.19% -
HSV(B) 243.37º 0.95% 0.37% -
XYZ 2.2 0.98 10.66 -
YUV 16.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 10 5 94 0.89 0.95 0 0.63 243.37 0.9 0.19
Hex A 5 5E 59 5F 0 3F F3 5A 13
Octal 12 5 136 131 137 0 77 363 132 23
Binary 1010 101 1011110 1011001 1011111 0 111111 11110011 1011010 10011

Color Harmonies of #0A055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A055E

Black with #0A055E

Text Example


Text Example

White with #0A055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,5,94); }

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

background-color css

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

 a { background-color: rgb(10,5,94); }

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

border-color css

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

 span { border-color: rgb(10,5,94); }

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