Html Css Color HEX #12115C Midnight Blue

📋 copy color: '#12115C'

red 18 ◦ green 17 ◦ blue 92

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

Shades of Midnight Blue #12115C

Tints of Midnight Blue #12115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 72.44%

R = 14.17%
G = 13.39%
B = 72.44%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12115C (or 0x12115C) is known color: Midnight Blue. HEX triplet: 12, 11 and 5C. RGB value is (18,17,92). Sum of RGB (Red+Green+Blue) = 18+17+92=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #12115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12115C is #EDEEA3. Grayscale: #191919. Windows color (decimal): -15593124 or 6033682. OLE color: 6033682.

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

Color convert

RGB 18 17 92 -
CMYK 0.80 0.82 0 0.64
HSL 240.8º 0.69% 0.21% -
HSV(B) 240.8º 0.82% 0.36% -
XYZ 2.38 1.3 10.25 -
YUV 25.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 18 17 92 0.80 0.82 0 0.64 240.8 0.69 0.21
Hex 12 11 5C 50 52 0 40 F1 45 15
Octal 22 21 134 120 122 0 100 361 105 25
Binary 10010 10001 1011100 1010000 1010010 0 1000000 11110001 1000101 10101

Color Harmonies of #12115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12115C

Black with #12115C

Text Example


Text Example

White with #12115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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