Html Css Color HEX #10096A Midnight Blue

📋 copy color: '#10096A'

red 16 ◦ green 9 ◦ blue 106

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

Shades of Midnight Blue #10096A

Tints of Midnight Blue #10096A

RGB

 RED value IS 16 (6.64% from 255) = 12.21%

 GREEN value IS 9 (3.91% from 255) = 6.87%

 BLUE value IS 106 (41.8% from 255) = 80.92%

R = 12.21%
G = 6.87%
B = 80.92%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10096A (or 0x10096A) is known color: Midnight Blue. HEX triplet: 10, 09 and 6A. RGB value is (16,9,106). Sum of RGB (Red+Green+Blue) = 16+9+106=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 106 (41.80% from 255 or 80.92% from 131); Max value from RGB is 106 - color contains mainly: blue. Hex color #10096A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10096A is #EFF695. Grayscale: #151515. Windows color (decimal): -15726230 or 6949136. OLE color: 6949136.

HSL color Cylindrical-coordinate representation of color #10096A: hue angle of 244.33º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10096A is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 9 106 -
CMYK 0.85 0.92 0 0.58
HSL 244.33º 0.84% 0.23% -
HSV(B) 244.33º 0.92% 0.42% -
XYZ 2.91 1.35 13.74 -
YUV 22.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 16 9 106 0.85 0.92 0 0.58 244.33 0.84 0.23
Hex 10 9 6A 55 5C 0 3A F4 54 17
Octal 20 11 152 125 134 0 72 364 124 27
Binary 10000 1001 1101010 1010101 1011100 0 111010 11110100 1010100 10111

Color Harmonies of #10096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10096A

Black with #10096A

Text Example


Text Example

White with #10096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10096A; }

 p { color: rgb(16,9,106); }

 H1.HeaderClassName
 {
   color: #10096A;
 }
 .AnyTagClassName
 {
   color: #10096A;
 }
</style>

background-color css

<style>
 a { background-color: #10096A; }

 a { background-color: rgb(16,9,106); }

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

border-color css

<style>
 span { border-color: #10096A; }

 span { border-color: rgb(16,9,106); }

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