Html Css Color HEX #12117D Midnight Blue

📋 copy color: '#12117D'

red 18 ◦ green 17 ◦ blue 125

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

Shades of Midnight Blue #12117D

Tints of Midnight Blue #12117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.13%

R = 11.25%
G = 10.63%
B = 78.13%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12117D (or 0x12117D) is known color: Midnight Blue. HEX triplet: 12, 11 and 7D. RGB value is (18,17,125). Sum of RGB (Red+Green+Blue) = 18+17+125=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 125 (49.22% from 255 or 78.12% from 160); Max value from RGB is 125 - color contains mainly: blue. Hex color #12117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12117D is #EDEE82. Grayscale: #1D1D1D. Windows color (decimal): -15593091 or 8196370. OLE color: 8196370.

HSL color Cylindrical-coordinate representation of color #12117D: hue angle of 240.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12117D is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 17 125 -
CMYK 0.86 0.86 0 0.51
HSL 240.56º 0.76% 0.28% -
HSV(B) 240.56º 0.86% 0.49% -
XYZ 4.15 2.01 19.57 -
YUV 29.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 18 17 125 0.86 0.86 0 0.51 240.56 0.76 0.28
Hex 12 11 7D 56 56 0 33 F1 4C 1C
Octal 22 21 175 126 126 0 63 361 114 34
Binary 10010 10001 1111101 1010110 1010110 0 110011 11110001 1001100 11100

Color Harmonies of #12117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12117D

Black with #12117D

Text Example


Text Example

White with #12117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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