Html Css Color HEX #121D75 Midnight Blue

📋 copy color: '#121D75'

red 18 ◦ green 29 ◦ blue 117

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

Shades of Midnight Blue #121D75

Tints of Midnight Blue #121D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.68%

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

R = 10.98%
G = 17.68%
B = 71.34%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121D75 (or 0x121D75) is known color: Midnight Blue. HEX triplet: 12, 1D and 75. RGB value is (18,29,117). Sum of RGB (Red+Green+Blue) = 18+29+117=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #121D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D75 is #EDE28A. Grayscale: #232323. Windows color (decimal): -15590027 or 7675154. OLE color: 7675154.

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

Color convert

RGB 18 29 117 -
CMYK 0.85 0.75 0 0.54
HSL 233.33º 0.73% 0.26% -
HSV(B) 233.33º 0.85% 0.46% -
XYZ 3.9 2.29 17.07 -
YUV 35.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 18 29 117 0.85 0.75 0 0.54 233.33 0.73 0.26
Hex 12 1D 75 55 4B 0 36 E9 49 1A
Octal 22 35 165 125 113 0 66 351 111 32
Binary 10010 11101 1110101 1010101 1001011 0 110110 11101001 1001001 11010

Color Harmonies of #121D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D75

Black with #121D75

Text Example


Text Example

White with #121D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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