Html Css Color HEX #121F77 Midnight Blue

📋 copy color: '#121F77'

red 18 ◦ green 31 ◦ blue 119

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

Shades of Midnight Blue #121F77

Tints of Midnight Blue #121F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 70.83%

R = 10.71%
G = 18.45%
B = 70.83%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121F77 (or 0x121F77) is known color: Midnight Blue. HEX triplet: 12, 1F and 77. RGB value is (18,31,119). Sum of RGB (Red+Green+Blue) = 18+31+119=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #121F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F77 is #EDE088. Grayscale: #242424. Windows color (decimal): -15589513 or 7806738. OLE color: 7806738.

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

Color convert

RGB 18 31 119 -
CMYK 0.85 0.74 0 0.53
HSL 232.28º 0.74% 0.27% -
HSV(B) 232.28º 0.85% 0.47% -
XYZ 4.07 2.44 17.71 -
YUV 37.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 18 31 119 0.85 0.74 0 0.53 232.28 0.74 0.27
Hex 12 1F 77 55 4A 0 35 E8 4A 1B
Octal 22 37 167 125 112 0 65 350 112 33
Binary 10010 11111 1110111 1010101 1001010 0 110101 11101000 1001010 11011

Color Harmonies of #121F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F77

Black with #121F77

Text Example


Text Example

White with #121F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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