Html Css Color HEX #10115D Midnight Blue

📋 copy color: '#10115D'

red 16 ◦ green 17 ◦ blue 93

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

Shades of Midnight Blue #10115D

Tints of Midnight Blue #10115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.49%

 BLUE value IS 93 (36.72% from 255) = 73.81%

R = 12.7%
G = 13.49%
B = 73.81%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10115D (or 0x10115D) is known color: Midnight Blue. HEX triplet: 10, 11 and 5D. RGB value is (16,17,93). Sum of RGB (Red+Green+Blue) = 16+17+93=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #10115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10115D is #EFEEA2. Grayscale: #191919. Windows color (decimal): -15724195 or 6099216. OLE color: 6099216.

HSL color Cylindrical-coordinate representation of color #10115D: hue angle of 239.22º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10115D is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 17 93 -
CMYK 0.83 0.82 0 0.64
HSL 239.22º 0.71% 0.21% -
HSV(B) 239.22º 0.83% 0.36% -
XYZ 2.39 1.3 10.48 -
YUV 25.37 166.17 121.32 -
System Red Green Blue C M Y K H S L
Decimal 16 17 93 0.83 0.82 0 0.64 239.22 0.71 0.21
Hex 10 11 5D 53 52 0 40 EF 47 15
Octal 20 21 135 123 122 0 100 357 107 25
Binary 10000 10001 1011101 1010011 1010010 0 1000000 11101111 1000111 10101

Color Harmonies of #10115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10115D

Black with #10115D

Text Example


Text Example

White with #10115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,17,93); }

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

background-color css

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

 a { background-color: rgb(16,17,93); }

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

border-color css

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

 span { border-color: rgb(16,17,93); }

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