Html Css Color HEX #122376 Midnight Blue

📋 copy color: '#122376'

red 18 ◦ green 35 ◦ blue 118

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

Shades of Midnight Blue #122376

Tints of Midnight Blue #122376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 10.53%
G = 20.47%
B = 69.01%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#122376 (or 0x122376) is known color: Midnight Blue. HEX triplet: 12, 23 and 76. RGB value is (18,35,118). Sum of RGB (Red+Green+Blue) = 18+35+118=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #122376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122376 is #EDDC89. Grayscale: #272727. Windows color (decimal): -15588490 or 7742226. OLE color: 7742226.

HSL color Cylindrical-coordinate representation of color #122376: hue angle of 229.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122376 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 35 118 -
CMYK 0.85 0.70 0 0.54
HSL 229.8º 0.74% 0.27% -
HSV(B) 229.8º 0.85% 0.46% -
XYZ 4.12 2.64 17.43 -
YUV 39.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 18 35 118 0.85 0.70 0 0.54 229.8 0.74 0.27
Hex 12 23 76 55 46 0 36 E6 4A 1B
Octal 22 43 166 125 106 0 66 346 112 33
Binary 10010 100011 1110110 1010101 1000110 0 110110 11100110 1001010 11011

Color Harmonies of #122376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122376

Black with #122376

Text Example


Text Example

White with #122376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122376; }

 p { color: rgb(18,35,118); }

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

background-color css

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

 a { background-color: rgb(18,35,118); }

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

border-color css

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

 span { border-color: rgb(18,35,118); }

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