Html Css Color HEX #122484 Midnight Blue

📋 copy color: '#122484'

red 18 ◦ green 36 ◦ blue 132

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

Shades of Midnight Blue #122484

Tints of Midnight Blue #122484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

 BLUE value IS 132 (51.95% from 255) = 70.97%

R = 9.68%
G = 19.35%
B = 70.97%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#122484 (or 0x122484) is known color: Midnight Blue. HEX triplet: 12, 24 and 84. RGB value is (18,36,132). Sum of RGB (Red+Green+Blue) = 18+36+132=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #122484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122484 is #EDDB7B. Grayscale: #292929. Windows color (decimal): -15588220 or 8659986. OLE color: 8659986.

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

Color convert

RGB 18 36 132 -
CMYK 0.86 0.73 0 0.48
HSL 230.53º 0.76% 0.29% -
HSV(B) 230.53º 0.86% 0.52% -
XYZ 5.05 3.06 22.15 -
YUV 41.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 18 36 132 0.86 0.73 0 0.48 230.53 0.76 0.29
Hex 12 24 84 56 49 0 30 E7 4C 1D
Octal 22 44 204 126 111 0 60 347 114 35
Binary 10010 100100 10000100 1010110 1001001 0 110000 11100111 1001100 11101

Color Harmonies of #122484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122484

Black with #122484

Text Example


Text Example

White with #122484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122484; }

 p { color: rgb(18,36,132); }

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

background-color css

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

 a { background-color: rgb(18,36,132); }

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

border-color css

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

 span { border-color: rgb(18,36,132); }

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