Html Css Color HEX #12117B Midnight Blue

📋 copy color: '#12117B'

red 18 ◦ green 17 ◦ blue 123

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

Shades of Midnight Blue #12117B

Tints of Midnight Blue #12117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 77.85%

R = 11.39%
G = 10.76%
B = 77.85%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12117B (or 0x12117B) is known color: Midnight Blue. HEX triplet: 12, 11 and 7B. RGB value is (18,17,123). Sum of RGB (Red+Green+Blue) = 18+17+123=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 123 (48.44% from 255 or 77.85% from 158); Max value from RGB is 123 - color contains mainly: blue. Hex color #12117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12117B is #EDEE84. Grayscale: #1C1C1C. Windows color (decimal): -15593093 or 8065298. OLE color: 8065298.

HSL color Cylindrical-coordinate representation of color #12117B: hue angle of 240.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12117B is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 17 123 -
CMYK 0.85 0.86 0 0.52
HSL 240.57º 0.76% 0.27% -
HSV(B) 240.57º 0.86% 0.48% -
XYZ 4.03 1.96 18.9 -
YUV 29.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 18 17 123 0.85 0.86 0 0.52 240.57 0.76 0.27
Hex 12 11 7B 55 56 0 34 F1 4C 1B
Octal 22 21 173 125 126 0 64 361 114 33
Binary 10010 10001 1111011 1010101 1010110 0 110100 11110001 1001100 11011

Color Harmonies of #12117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12117B

Black with #12117B

Text Example


Text Example

White with #12117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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