Html Css Color HEX #121675 Midnight Blue

📋 copy color: '#121675'

red 18 ◦ green 22 ◦ blue 117

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

Shades of Midnight Blue #121675

Tints of Midnight Blue #121675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

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

R = 11.46%
G = 14.01%
B = 74.52%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121675 (or 0x121675) is known color: Midnight Blue. HEX triplet: 12, 16 and 75. RGB value is (18,22,117). Sum of RGB (Red+Green+Blue) = 18+22+117=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #121675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121675 is #EDE98A. Grayscale: #1F1F1F. Windows color (decimal): -15591819 or 7673362. OLE color: 7673362.

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

Color convert

RGB 18 22 117 -
CMYK 0.85 0.81 0 0.54
HSL 237.58º 0.73% 0.26% -
HSV(B) 237.58º 0.85% 0.46% -
XYZ 3.75 1.99 17.02 -
YUV 31.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 18 22 117 0.85 0.81 0 0.54 237.58 0.73 0.26
Hex 12 16 75 55 51 0 36 EE 49 1A
Octal 22 26 165 125 121 0 66 356 111 32
Binary 10010 10110 1110101 1010101 1010001 0 110110 11101110 1001001 11010

Color Harmonies of #121675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121675

Black with #121675

Text Example


Text Example

White with #121675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121675; }

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

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

background-color css

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

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

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

border-color css

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

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

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