Html Css Color HEX #12115B Midnight Blue

📋 copy color: '#12115B'

red 18 ◦ green 17 ◦ blue 91

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

Shades of Midnight Blue #12115B

Tints of Midnight Blue #12115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 72.22%

R = 14.29%
G = 13.49%
B = 72.22%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12115B (or 0x12115B) is known color: Midnight Blue. HEX triplet: 12, 11 and 5B. RGB value is (18,17,91). Sum of RGB (Red+Green+Blue) = 18+17+91=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #12115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12115B is #EDEEA4. Grayscale: #191919. Windows color (decimal): -15593125 or 5968146. OLE color: 5968146.

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

Color convert

RGB 18 17 91 -
CMYK 0.80 0.81 0 0.64
HSL 240.81º 0.69% 0.21% -
HSV(B) 240.81º 0.81% 0.36% -
XYZ 2.34 1.28 10.02 -
YUV 25.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 18 17 91 0.80 0.81 0 0.64 240.81 0.69 0.21
Hex 12 11 5B 50 51 0 40 F1 45 15
Octal 22 21 133 120 121 0 100 361 105 25
Binary 10010 10001 1011011 1010000 1010001 0 1000000 11110001 1000101 10101

Color Harmonies of #12115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12115B

Black with #12115B

Text Example


Text Example

White with #12115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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