Html Css Color HEX #121C82 Midnight Blue

📋 copy color: '#121C82'

red 18 ◦ green 28 ◦ blue 130

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

Shades of Midnight Blue #121C82

Tints of Midnight Blue #121C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 73.86%

R = 10.23%
G = 15.91%
B = 73.86%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#121C82 (or 0x121C82) is known color: Midnight Blue. HEX triplet: 12, 1C and 82. RGB value is (18,28,130). Sum of RGB (Red+Green+Blue) = 18+28+130=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #121C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C82 is #EDE37D. Grayscale: #242424. Windows color (decimal): -15590270 or 8526866. OLE color: 8526866.

HSL color Cylindrical-coordinate representation of color #121C82: hue angle of 234.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121C82 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 28 130 -
CMYK 0.86 0.78 0 0.49
HSL 234.64º 0.76% 0.29% -
HSV(B) 234.64º 0.86% 0.51% -
XYZ 4.69 2.57 21.37 -
YUV 36.64 180.69 114.71 -
System Red Green Blue C M Y K H S L
Decimal 18 28 130 0.86 0.78 0 0.49 234.64 0.76 0.29
Hex 12 1C 82 56 4E 0 31 EB 4C 1D
Octal 22 34 202 126 116 0 61 353 114 35
Binary 10010 11100 10000010 1010110 1001110 0 110001 11101011 1001100 11101

Color Harmonies of #121C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C82

Black with #121C82

Text Example


Text Example

White with #121C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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