Html Css Color HEX #0A1056 Midnight Blue

📋 copy color: '#0A1056'

red 10 ◦ green 16 ◦ blue 86

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

Shades of Midnight Blue #0A1056

Tints of Midnight Blue #0A1056

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.29%

 BLUE value IS 86 (33.98% from 255) = 76.79%

R = 8.93%
G = 14.29%
B = 76.79%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0A1056 (or 0x0A1056) is known color: Midnight Blue. HEX triplet: 0A, 10 and 56. RGB value is (10,16,86). Sum of RGB (Red+Green+Blue) = 10+16+86=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A1056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1056 is #F5EFA9. Grayscale: #151515. Windows color (decimal): -16117674 or 5640202. OLE color: 5640202.

HSL color Cylindrical-coordinate representation of color #0A1056: hue angle of 235.26º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1056 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 10 16 86 -
CMYK 0.88 0.81 0 0.66
HSL 235.26º 0.79% 0.19% -
HSV(B) 235.26º 0.88% 0.34% -
XYZ 1.99 1.11 8.91 -
YUV 22.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 10 16 86 0.88 0.81 0 0.66 235.26 0.79 0.19
Hex A 10 56 58 51 0 42 EB 4F 13
Octal 12 20 126 130 121 0 102 353 117 23
Binary 1010 10000 1010110 1011000 1010001 0 1000010 11101011 1001111 10011

Color Harmonies of #0A1056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1056

Black with #0A1056

Text Example


Text Example

White with #0A1056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,16,86); }

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

background-color css

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

 a { background-color: rgb(10,16,86); }

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

border-color css

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

 span { border-color: rgb(10,16,86); }

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