Html Css Color HEX #121575 Midnight Blue

📋 copy color: '#121575'

red 18 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #121575

Tints of Midnight Blue #121575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

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

R = 11.54%
G = 13.46%
B = 75%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121575 (or 0x121575) is known color: Midnight Blue. HEX triplet: 12, 15 and 75. RGB value is (18,21,117). Sum of RGB (Red+Green+Blue) = 18+21+117=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #121575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121575 is #EDEA8A. Grayscale: #1E1E1E. Windows color (decimal): -15592075 or 7673106. OLE color: 7673106.

HSL color Cylindrical-coordinate representation of color #121575: hue angle of 238.18º 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 #121575 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 21 117 -
CMYK 0.85 0.82 0 0.54
HSL 238.18º 0.73% 0.26% -
HSV(B) 238.18º 0.85% 0.46% -
XYZ 3.73 1.95 17.01 -
YUV 31.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 18 21 117 0.85 0.82 0 0.54 238.18 0.73 0.26
Hex 12 15 75 55 52 0 36 EE 49 1A
Octal 22 25 165 125 122 0 66 356 111 32
Binary 10010 10101 1110101 1010101 1010010 0 110110 11101110 1001001 11010

Color Harmonies of #121575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121575

Black with #121575

Text Example


Text Example

White with #121575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121575; }

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

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

background-color css

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

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

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

border-color css

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

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

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