#121865

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

Shades of Midnight Blue #121865

Tints of Midnight Blue #121865

Color information

#121865 (or 0x121865) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 65. RGB value is (18,24,101). Sum of RGB (Red+Green+Blue) = 18+24+101=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #121865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121865 is #EDE79A. Grayscale: #1E1E1E. Windows color (decimal): -15591323 or 6625298. OLE color: 6625298.

HSL color Cylindrical-coordinate representation of color #121865: hue angle of 235.66º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121865 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1824101-
CMYK0.820.7600.60
HSL235.66º69.75%23.33%-
HSV(B)235.66º82.18%39.61%-
XYZ2.931.7212.49-
YUV30.98167.51118.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 101 (39.84% from 255) = 70.63%
R=12.59%
G=16.78%
B=70.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18241010.820.7600.60235.6669.7523.33
Hex121865524C03Cec4617
Octal223014512211407435410627
Binary1001011000110010110100101001100011110011101100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121865; }

 p { color: rgb(18,24,101); }

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

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

 a { background-color: rgb(18,24,101); }

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

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

 span { border-color: rgb(18,24,101); }

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