Html Css Color HEX #121975 Midnight Blue

📋 copy color: '#121975'

red 18 ◦ green 25 ◦ blue 117

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

Shades of Midnight Blue #121975

Tints of Midnight Blue #121975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 11.25%
G = 15.63%
B = 73.13%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121975 (or 0x121975) is known color: Midnight Blue. HEX triplet: 12, 19 and 75. RGB value is (18,25,117). Sum of RGB (Red+Green+Blue) = 18+25+117=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #121975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121975 is #EDE68A. Grayscale: #212121. Windows color (decimal): -15591051 or 7674130. OLE color: 7674130.

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

Color convert

RGB 18 25 117 -
CMYK 0.85 0.79 0 0.54
HSL 235.76º 0.73% 0.26% -
HSV(B) 235.76º 0.85% 0.46% -
XYZ 3.81 2.11 17.04 -
YUV 33.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 18 25 117 0.85 0.79 0 0.54 235.76 0.73 0.26
Hex 12 19 75 55 4F 0 36 EC 49 1A
Octal 22 31 165 125 117 0 66 354 111 32
Binary 10010 11001 1110101 1010101 1001111 0 110110 11101100 1001001 11010

Color Harmonies of #121975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121975

Black with #121975

Text Example


Text Example

White with #121975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121975; }

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

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

background-color css

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

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

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

border-color css

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

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

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