Html Css Color HEX #10096E Midnight Blue

📋 copy color: '#10096E'

red 16 ◦ green 9 ◦ blue 110

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

Shades of Midnight Blue #10096E

Tints of Midnight Blue #10096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 81.48%

R = 11.85%
G = 6.67%
B = 81.48%

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

#10096E (or 0x10096E) is known color: Midnight Blue. HEX triplet: 10, 09 and 6E. RGB value is (16,9,110). Sum of RGB (Red+Green+Blue) = 16+9+110=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #10096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10096E is #EFF691. Grayscale: #161616. Windows color (decimal): -15726226 or 7211280. OLE color: 7211280.

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

Color convert

RGB 16 9 110 -
CMYK 0.85 0.92 0 0.57
HSL 244.16º 0.85% 0.23% -
HSV(B) 244.16º 0.92% 0.43% -
XYZ 3.13 1.43 14.86 -
YUV 22.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 16 9 110 0.85 0.92 0 0.57 244.16 0.85 0.23
Hex 10 9 6E 55 5C 0 39 F4 55 17
Octal 20 11 156 125 134 0 71 364 125 27
Binary 10000 1001 1101110 1010101 1011100 0 111001 11110100 1010101 10111

Color Harmonies of #10096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10096E

Black with #10096E

Text Example


Text Example

White with #10096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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