Html Css Color HEX #120D66 Midnight Blue

📋 copy color: '#120D66'

red 18 ◦ green 13 ◦ blue 102

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

Shades of Midnight Blue #120D66

Tints of Midnight Blue #120D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.77%

 BLUE value IS 102 (40.23% from 255) = 76.69%

R = 13.53%
G = 9.77%
B = 76.69%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#120D66 (or 0x120D66) is known color: Midnight Blue. HEX triplet: 12, 0D and 66. RGB value is (18,13,102). Sum of RGB (Red+Green+Blue) = 18+13+102=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #120D66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D66 is #EDF299. Grayscale: #181818. Windows color (decimal): -15594138 or 6688018. OLE color: 6688018.

HSL color Cylindrical-coordinate representation of color #120D66: hue angle of 243.37º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120D66 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 13 102 -
CMYK 0.82 0.87 0 0.6
HSL 243.37º 0.77% 0.23% -
HSV(B) 243.37º 0.87% 0.4% -
XYZ 2.79 1.38 12.69 -
YUV 24.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 18 13 102 0.82 0.87 0 0.6 243.37 0.77 0.23
Hex 12 D 66 52 57 0 3C F3 4D 17
Octal 22 15 146 122 127 0 74 363 115 27
Binary 10010 1101 1100110 1010010 1010111 0 111100 11110011 1001101 10111

Color Harmonies of #120D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D66

Black with #120D66

Text Example


Text Example

White with #120D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120D66; }

 p { color: rgb(18,13,102); }

 H1.HeaderClassName
 {
   color: #120D66;
 }
 .AnyTagClassName
 {
   color: #120D66;
 }
</style>

background-color css

<style>
 a { background-color: #120D66; }

 a { background-color: rgb(18,13,102); }

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

border-color css

<style>
 span { border-color: #120D66; }

 span { border-color: rgb(18,13,102); }

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