Html Css Color HEX #121F75 Midnight Blue

📋 copy color: '#121F75'

red 18 ◦ green 31 ◦ blue 117

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

Shades of Midnight Blue #121F75

Tints of Midnight Blue #121F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 10.84%
G = 18.67%
B = 70.48%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121F75 (or 0x121F75) is known color: Midnight Blue. HEX triplet: 12, 1F and 75. RGB value is (18,31,117). Sum of RGB (Red+Green+Blue) = 18+31+117=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #121F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F75 is #EDE08A. Grayscale: #242424. Windows color (decimal): -15589515 or 7675666. OLE color: 7675666.

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

Color convert

RGB 18 31 117 -
CMYK 0.85 0.74 0 0.54
HSL 232.12º 0.73% 0.26% -
HSV(B) 232.12º 0.85% 0.46% -
XYZ 3.95 2.39 17.08 -
YUV 36.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 18 31 117 0.85 0.74 0 0.54 232.12 0.73 0.26
Hex 12 1F 75 55 4A 0 36 E8 49 1A
Octal 22 37 165 125 112 0 66 350 111 32
Binary 10010 11111 1110101 1010101 1001010 0 110110 11101000 1001001 11010

Color Harmonies of #121F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F75

Black with #121F75

Text Example


Text Example

White with #121F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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