Html Css Color HEX #12116D Midnight Blue

📋 copy color: '#12116D'

red 18 ◦ green 17 ◦ blue 109

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

Shades of Midnight Blue #12116D

Tints of Midnight Blue #12116D

RGB

 RED value IS 18 (7.42% from 255) = 12.5%

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

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

R = 12.5%
G = 11.81%
B = 75.69%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12116D (or 0x12116D) is known color: Midnight Blue. HEX triplet: 12, 11 and 6D. RGB value is (18,17,109). Sum of RGB (Red+Green+Blue) = 18+17+109=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #12116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12116D is #EDEE92. Grayscale: #1B1B1B. Windows color (decimal): -15593107 or 7147794. OLE color: 7147794.

HSL color Cylindrical-coordinate representation of color #12116D: hue angle of 240.65º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12116D is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 17 109 -
CMYK 0.83 0.84 0 0.57
HSL 240.65º 0.73% 0.25% -
HSV(B) 240.65º 0.84% 0.43% -
XYZ 3.21 1.63 14.61 -
YUV 27.79 173.83 121.02 -
System Red Green Blue C M Y K H S L
Decimal 18 17 109 0.83 0.84 0 0.57 240.65 0.73 0.25
Hex 12 11 6D 53 54 0 39 F1 49 19
Octal 22 21 155 123 124 0 71 361 111 31
Binary 10010 10001 1101101 1010011 1010100 0 111001 11110001 1001001 11001

Color Harmonies of #12116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12116D

Black with #12116D

Text Example


Text Example

White with #12116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,17,109); }

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

background-color css

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

 a { background-color: rgb(18,17,109); }

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

border-color css

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

 span { border-color: rgb(18,17,109); }

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