Html Css Color HEX #121C61 Midnight Blue

📋 copy color: '#121C61'

red 18 ◦ green 28 ◦ blue 97

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

Shades of Midnight Blue #121C61

Tints of Midnight Blue #121C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

 BLUE value IS 97 (38.28% from 255) = 67.83%

R = 12.59%
G = 19.58%
B = 67.83%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121C61 (or 0x121C61) is known color: Midnight Blue. HEX triplet: 12, 1C and 61. RGB value is (18,28,97). Sum of RGB (Red+Green+Blue) = 18+28+97=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #121C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C61 is #EDE39E. Grayscale: #202020. Windows color (decimal): -15590303 or 6364178. OLE color: 6364178.

HSL color Cylindrical-coordinate representation of color #121C61: hue angle of 232.41º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121C61 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 28 97 -
CMYK 0.81 0.71 0 0.62
HSL 232.41º 0.69% 0.23% -
HSV(B) 232.41º 0.81% 0.38% -
XYZ 2.82 1.82 11.51 -
YUV 32.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 18 28 97 0.81 0.71 0 0.62 232.41 0.69 0.23
Hex 12 1C 61 51 47 0 3E E8 45 17
Octal 22 34 141 121 107 0 76 350 105 27
Binary 10010 11100 1100001 1010001 1000111 0 111110 11101000 1000101 10111

Color Harmonies of #121C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C61

Black with #121C61

Text Example


Text Example

White with #121C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,97); }

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

background-color css

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

 a { background-color: rgb(18,28,97); }

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

border-color css

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

 span { border-color: rgb(18,28,97); }

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