Html Css Color HEX #10096C Midnight Blue

📋 copy color: '#10096C'

red 16 ◦ green 9 ◦ blue 108

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

Shades of Midnight Blue #10096C

Tints of Midnight Blue #10096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 81.2%

R = 12.03%
G = 6.77%
B = 81.2%

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

#10096C (or 0x10096C) is known color: Midnight Blue. HEX triplet: 10, 09 and 6C. RGB value is (16,9,108). Sum of RGB (Red+Green+Blue) = 16+9+108=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #10096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10096C is #EFF693. Grayscale: #151515. Windows color (decimal): -15726228 or 7080208. OLE color: 7080208.

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

Color convert

RGB 16 9 108 -
CMYK 0.85 0.92 0 0.58
HSL 244.24º 0.85% 0.23% -
HSV(B) 244.24º 0.92% 0.42% -
XYZ 3.02 1.39 14.3 -
YUV 22.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 16 9 108 0.85 0.92 0 0.58 244.24 0.85 0.23
Hex 10 9 6C 55 5C 0 3A F4 55 17
Octal 20 11 154 125 134 0 72 364 125 27
Binary 10000 1001 1101100 1010101 1011100 0 111010 11110100 1010101 10111

Color Harmonies of #10096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10096C

Black with #10096C

Text Example


Text Example

White with #10096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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