Html Css Color HEX #10096D Midnight Blue

📋 copy color: '#10096D'

red 16 ◦ green 9 ◦ blue 109

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

Shades of Midnight Blue #10096D

Tints of Midnight Blue #10096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 81.34%

R = 11.94%
G = 6.72%
B = 81.34%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10096D (or 0x10096D) is known color: Midnight Blue. HEX triplet: 10, 09 and 6D. RGB value is (16,9,109). Sum of RGB (Red+Green+Blue) = 16+9+109=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #10096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10096D is #EFF692. Grayscale: #161616. Windows color (decimal): -15726227 or 7145744. OLE color: 7145744.

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

Color convert

RGB 16 9 109 -
CMYK 0.85 0.92 0 0.57
HSL 244.2º 0.85% 0.23% -
HSV(B) 244.2º 0.92% 0.43% -
XYZ 3.07 1.41 14.58 -
YUV 22.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 16 9 109 0.85 0.92 0 0.57 244.2 0.85 0.23
Hex 10 9 6D 55 5C 0 39 F4 55 17
Octal 20 11 155 125 134 0 71 364 125 27
Binary 10000 1001 1101101 1010101 1011100 0 111001 11110100 1010101 10111

Color Harmonies of #10096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10096D

Black with #10096D

Text Example


Text Example

White with #10096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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