Html Css Color HEX #12117A Midnight Blue

📋 copy color: '#12117A'

red 18 ◦ green 17 ◦ blue 122

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

Shades of Midnight Blue #12117A

Tints of Midnight Blue #12117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 77.71%

R = 11.46%
G = 10.83%
B = 77.71%

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

#12117A (or 0x12117A) is known color: Midnight Blue. HEX triplet: 12, 11 and 7A. RGB value is (18,17,122). Sum of RGB (Red+Green+Blue) = 18+17+122=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 122 (48.05% from 255 or 77.71% from 157); Max value from RGB is 122 - color contains mainly: blue. Hex color #12117A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12117A is #EDEE85. Grayscale: #1C1C1C. Windows color (decimal): -15593094 or 7999762. OLE color: 7999762.

HSL color Cylindrical-coordinate representation of color #12117A: 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 #12117A is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 17 122 -
CMYK 0.85 0.86 0 0.52
HSL 240.57º 0.76% 0.27% -
HSV(B) 240.57º 0.86% 0.48% -
XYZ 3.96 1.93 18.58 -
YUV 29.27 180.33 119.96 -
System Red Green Blue C M Y K H S L
Decimal 18 17 122 0.85 0.86 0 0.52 240.57 0.76 0.27
Hex 12 11 7A 55 56 0 34 F1 4C 1B
Octal 22 21 172 125 126 0 64 361 114 33
Binary 10010 10001 1111010 1010101 1010110 0 110100 11110001 1001100 11011

Color Harmonies of #12117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12117A

Black with #12117A

Text Example


Text Example

White with #12117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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