Html Css Color HEX #121075 Midnight Blue

📋 copy color: '#121075'

red 18 ◦ green 16 ◦ blue 117

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

Shades of Midnight Blue #121075

Tints of Midnight Blue #121075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

 BLUE value IS 117 (46.09% from 255) = 77.48%

R = 11.92%
G = 10.6%
B = 77.48%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121075 (or 0x121075) is known color: Midnight Blue. HEX triplet: 12, 10 and 75. RGB value is (18,16,117). Sum of RGB (Red+Green+Blue) = 18+16+117=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #121075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121075 is #EDEF8A. Grayscale: #1B1B1B. Windows color (decimal): -15593355 or 7671826. OLE color: 7671826.

HSL color Cylindrical-coordinate representation of color #121075: hue angle of 241.19º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121075 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 16 117 -
CMYK 0.85 0.86 0 0.54
HSL 241.19º 0.76% 0.26% -
HSV(B) 241.19º 0.86% 0.46% -
XYZ 3.65 1.78 16.98 -
YUV 28.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 18 16 117 0.85 0.86 0 0.54 241.19 0.76 0.26
Hex 12 10 75 55 56 0 36 F1 4C 1A
Octal 22 20 165 125 126 0 66 361 114 32
Binary 10010 10000 1110101 1010101 1010110 0 110110 11110001 1001100 11010

Color Harmonies of #121075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121075

Black with #121075

Text Example


Text Example

White with #121075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121075; }

 p { color: rgb(18,16,117); }

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

background-color css

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

 a { background-color: rgb(18,16,117); }

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

border-color css

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

 span { border-color: rgb(18,16,117); }

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