Html Css Color HEX #122585 Midnight Blue

📋 copy color: '#122585'

red 18 ◦ green 37 ◦ blue 133

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

Shades of Midnight Blue #122585

Tints of Midnight Blue #122585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70.74%

R = 9.57%
G = 19.68%
B = 70.74%

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

#122585 (or 0x122585) is known color: Midnight Blue. HEX triplet: 12, 25 and 85. RGB value is (18,37,133). Sum of RGB (Red+Green+Blue) = 18+37+133=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #122585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122585 is #EDDA7A. Grayscale: #292929. Windows color (decimal): -15587963 or 8725778. OLE color: 8725778.

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

Color convert

RGB 18 37 133 -
CMYK 0.86 0.72 0 0.48
HSL 230.09º 0.76% 0.3% -
HSV(B) 230.09º 0.86% 0.52% -
XYZ 5.14 3.15 22.53 -
YUV 42.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 18 37 133 0.86 0.72 0 0.48 230.09 0.76 0.3
Hex 12 25 85 56 48 0 30 E6 4C 1E
Octal 22 45 205 126 110 0 60 346 114 36
Binary 10010 100101 10000101 1010110 1001000 0 110000 11100110 1001100 11110

Color Harmonies of #122585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122585

Black with #122585

Text Example


Text Example

White with #122585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122585; }

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

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

background-color css

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

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

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

border-color css

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

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

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