#122378

Color #122378 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #122378

Tints of Midnight Blue #122378

Color information

#122378 (or 0x122378) is unknown color: approx Midnight Blue. HEX triplet: 12, 23 and 78. RGB value is (18,35,120). Sum of RGB (Red+Green+Blue) = 18+35+120=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #122378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122378 is #EDDC87. Grayscale: #272727. Windows color (decimal): -15588488 or 7873298. OLE color: 7873298.

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

Color convert

RGB1835120-
CMYK0.850.7100.53
HSL230º73.91%27.06%-
HSV(B)230º85%47.06%-
XYZ4.242.6918.06-
YUV39.61173.37112.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 120 (47.27% from 255) = 69.36%
R=10.40%
G=20.23%
B=69.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18351200.850.7100.5323073.9127.06
Hex1223785547035e64a1b
Octal224317012510706534611233
Binary10010100011111100010101011000111011010111100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122378; }

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

 H1.HeaderClassName
 {
   color: #122378;
 }
 .AnyTagClassName
 {
   color: #122378;
 }
</style>
background-color css

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

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

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

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

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

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