Html Css Color HEX #121F76 Midnight Blue

📋 copy color: '#121F76'

red 18 ◦ green 31 ◦ blue 118

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

Shades of Midnight Blue #121F76

Tints of Midnight Blue #121F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 70.66%

R = 10.78%
G = 18.56%
B = 70.66%

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

#121F76 (or 0x121F76) is known color: Midnight Blue. HEX triplet: 12, 1F and 76. RGB value is (18,31,118). Sum of RGB (Red+Green+Blue) = 18+31+118=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #121F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F76 is #EDE089. Grayscale: #242424. Windows color (decimal): -15589514 or 7741202. OLE color: 7741202.

HSL color Cylindrical-coordinate representation of color #121F76: hue angle of 232.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121F76 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 31 118 -
CMYK 0.85 0.74 0 0.54
HSL 232.2º 0.74% 0.27% -
HSV(B) 232.2º 0.85% 0.46% -
XYZ 4.01 2.42 17.39 -
YUV 37.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 18 31 118 0.85 0.74 0 0.54 232.2 0.74 0.27
Hex 12 1F 76 55 4A 0 36 E8 4A 1B
Octal 22 37 166 125 112 0 66 350 112 33
Binary 10010 11111 1110110 1010101 1001010 0 110110 11101000 1001010 11011

Color Harmonies of #121F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F76

Black with #121F76

Text Example


Text Example

White with #121F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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