Html Css Color HEX #121F6C Midnight Blue

📋 copy color: '#121F6C'

red 18 ◦ green 31 ◦ blue 108

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

Shades of Midnight Blue #121F6C

Tints of Midnight Blue #121F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 68.79%

R = 11.46%
G = 19.75%
B = 68.79%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#121F6C (or 0x121F6C) is known color: Midnight Blue. HEX triplet: 12, 1F and 6C. RGB value is (18,31,108). Sum of RGB (Red+Green+Blue) = 18+31+108=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #121F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F6C is #EDE093. Grayscale: #232323. Windows color (decimal): -15589524 or 7085842. OLE color: 7085842.

HSL color Cylindrical-coordinate representation of color #121F6C: hue angle of 231.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121F6C is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 31 108 -
CMYK 0.83 0.71 0 0.58
HSL 231.33º 0.71% 0.25% -
HSV(B) 231.33º 0.83% 0.42% -
XYZ 3.45 2.19 14.43 -
YUV 35.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 18 31 108 0.83 0.71 0 0.58 231.33 0.71 0.25
Hex 12 1F 6C 53 47 0 3A E7 47 19
Octal 22 37 154 123 107 0 72 347 107 31
Binary 10010 11111 1101100 1010011 1000111 0 111010 11100111 1000111 11001

Color Harmonies of #121F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F6C

Black with #121F6C

Text Example


Text Example

White with #121F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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