Html Css Color HEX #10096B Midnight Blue

📋 copy color: '#10096B'

red 16 ◦ green 9 ◦ blue 107

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

Shades of Midnight Blue #10096B

Tints of Midnight Blue #10096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 81.06%

R = 12.12%
G = 6.82%
B = 81.06%

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

#10096B (or 0x10096B) is known color: Midnight Blue. HEX triplet: 10, 09 and 6B. RGB value is (16,9,107). Sum of RGB (Red+Green+Blue) = 16+9+107=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #10096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10096B is #EFF694. Grayscale: #151515. Windows color (decimal): -15726229 or 7014672. OLE color: 7014672.

HSL color Cylindrical-coordinate representation of color #10096B: hue angle of 244.29º 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 #10096B is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 9 107 -
CMYK 0.85 0.92 0 0.58
HSL 244.29º 0.84% 0.23% -
HSV(B) 244.29º 0.92% 0.42% -
XYZ 2.97 1.37 14.02 -
YUV 22.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 16 9 107 0.85 0.92 0 0.58 244.29 0.84 0.23
Hex 10 9 6B 55 5C 0 3A F4 54 17
Octal 20 11 153 125 134 0 72 364 124 27
Binary 10000 1001 1101011 1010101 1011100 0 111010 11110100 1010100 10111

Color Harmonies of #10096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10096B

Black with #10096B

Text Example


Text Example

White with #10096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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