Html Css Color HEX #121475 Midnight Blue

📋 copy color: '#121475'

red 18 ◦ green 20 ◦ blue 117

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

Shades of Midnight Blue #121475

Tints of Midnight Blue #121475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 11.61%
G = 12.9%
B = 75.48%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121475 (or 0x121475) is known color: Midnight Blue. HEX triplet: 12, 14 and 75. RGB value is (18,20,117). Sum of RGB (Red+Green+Blue) = 18+20+117=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #121475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121475 is #EDEB8A. Grayscale: #1E1E1E. Windows color (decimal): -15592331 or 7672850. OLE color: 7672850.

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

Color convert

RGB 18 20 117 -
CMYK 0.85 0.83 0 0.54
HSL 238.79º 0.73% 0.26% -
HSV(B) 238.79º 0.85% 0.46% -
XYZ 3.71 1.91 17 -
YUV 30.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 18 20 117 0.85 0.83 0 0.54 238.79 0.73 0.26
Hex 12 14 75 55 53 0 36 EF 49 1A
Octal 22 24 165 125 123 0 66 357 111 32
Binary 10010 10100 1110101 1010101 1010011 0 110110 11101111 1001001 11010

Color Harmonies of #121475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121475

Black with #121475

Text Example


Text Example

White with #121475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121475; }

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

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

background-color css

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

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

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

border-color css

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

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

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