Html Css Color HEX #122685 Midnight Blue

📋 copy color: '#122685'

red 18 ◦ green 38 ◦ blue 133

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

Shades of Midnight Blue #122685

Tints of Midnight Blue #122685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 9.52%
G = 20.11%
B = 70.37%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#122685 (or 0x122685) is known color: Midnight Blue. HEX triplet: 12, 26 and 85. RGB value is (18,38,133). Sum of RGB (Red+Green+Blue) = 18+38+133=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #122685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122685 is #EDD97A. Grayscale: #2A2A2A. Windows color (decimal): -15587707 or 8726034. OLE color: 8726034.

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

Color convert

RGB 18 38 133 -
CMYK 0.86 0.71 0 0.48
HSL 229.57º 0.76% 0.3% -
HSV(B) 229.57º 0.86% 0.52% -
XYZ 5.18 3.21 22.54 -
YUV 42.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 18 38 133 0.86 0.71 0 0.48 229.57 0.76 0.3
Hex 12 26 85 56 47 0 30 E6 4C 1E
Octal 22 46 205 126 107 0 60 346 114 36
Binary 10010 100110 10000101 1010110 1000111 0 110000 11100110 1001100 11110

Color Harmonies of #122685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122685

Black with #122685

Text Example


Text Example

White with #122685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122685; }

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

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

background-color css

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

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

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

border-color css

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

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

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