Html Css Color HEX #122584 Midnight Blue

📋 copy color: '#122584'

red 18 ◦ green 37 ◦ blue 132

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

Shades of Midnight Blue #122584

Tints of Midnight Blue #122584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 9.63%
G = 19.79%
B = 70.59%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#122584 (or 0x122584) is known color: Midnight Blue. HEX triplet: 12, 25 and 84. RGB value is (18,37,132). Sum of RGB (Red+Green+Blue) = 18+37+132=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #122584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122584 is #EDDA7B. Grayscale: #292929. Windows color (decimal): -15587964 or 8660242. OLE color: 8660242.

HSL color Cylindrical-coordinate representation of color #122584: hue angle of 230º 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 #122584 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 37 132 -
CMYK 0.86 0.72 0 0.48
HSL 230º 0.76% 0.29% -
HSV(B) 230º 0.86% 0.52% -
XYZ 5.08 3.12 22.16 -
YUV 42.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 18 37 132 0.86 0.72 0 0.48 230 0.76 0.29
Hex 12 25 84 56 48 0 30 E6 4C 1D
Octal 22 45 204 126 110 0 60 346 114 35
Binary 10010 100101 10000100 1010110 1001000 0 110000 11100110 1001100 11101

Color Harmonies of #122584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122584

Black with #122584

Text Example


Text Example

White with #122584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122584; }

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

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

background-color css

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

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

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

border-color css

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

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

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