Html Css Color HEX #122485 Midnight Blue

📋 copy color: '#122485'

red 18 ◦ green 36 ◦ blue 133

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

Shades of Midnight Blue #122485

Tints of Midnight Blue #122485

RGB

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

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

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

R = 9.63%
G = 19.25%
B = 71.12%

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

#122485 (or 0x122485) is known color: Midnight Blue. HEX triplet: 12, 24 and 85. RGB value is (18,36,133). Sum of RGB (Red+Green+Blue) = 18+36+133=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #122485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122485 is #EDDB7A. Grayscale: #292929. Windows color (decimal): -15588219 or 8725522. OLE color: 8725522.

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

Color convert

RGB 18 36 133 -
CMYK 0.86 0.73 0 0.48
HSL 230.61º 0.76% 0.3% -
HSV(B) 230.61º 0.86% 0.52% -
XYZ 5.11 3.08 22.52 -
YUV 41.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 18 36 133 0.86 0.73 0 0.48 230.61 0.76 0.3
Hex 12 24 85 56 49 0 30 E7 4C 1E
Octal 22 44 205 126 111 0 60 347 114 36
Binary 10010 100100 10000101 1010110 1001001 0 110000 11100111 1001100 11110

Color Harmonies of #122485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122485

Black with #122485

Text Example


Text Example

White with #122485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122485; }

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

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

background-color css

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

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

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

border-color css

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

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

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