Html Css Color HEX #121F85 Midnight Blue

📋 copy color: '#121F85'

red 18 ◦ green 31 ◦ blue 133

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

Shades of Midnight Blue #121F85

Tints of Midnight Blue #121F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 73.08%

R = 9.89%
G = 17.03%
B = 73.08%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#121F85 (or 0x121F85) is known color: Midnight Blue. HEX triplet: 12, 1F and 85. RGB value is (18,31,133). Sum of RGB (Red+Green+Blue) = 18+31+133=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #121F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F85 is #EDE07A. Grayscale: #262626. Windows color (decimal): -15589499 or 8724242. OLE color: 8724242.

HSL color Cylindrical-coordinate representation of color #121F85: hue angle of 233.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121F85 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 31 133 -
CMYK 0.86 0.77 0 0.48
HSL 233.22º 0.76% 0.3% -
HSV(B) 233.22º 0.86% 0.52% -
XYZ 4.97 2.8 22.47 -
YUV 38.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 18 31 133 0.86 0.77 0 0.48 233.22 0.76 0.3
Hex 12 1F 85 56 4D 0 30 E9 4C 1E
Octal 22 37 205 126 115 0 60 351 114 36
Binary 10010 11111 10000101 1010110 1001101 0 110000 11101001 1001100 11110

Color Harmonies of #121F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F85

Black with #121F85

Text Example


Text Example

White with #121F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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