#121762

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

Shades of Midnight Blue #121762

Tints of Midnight Blue #121762

Color information

#121762 (or 0x121762) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 62. RGB value is (18,23,98). Sum of RGB (Red+Green+Blue) = 18+23+98=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #121762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121762 is #EDE89D. Grayscale: #1D1D1D. Windows color (decimal): -15591582 or 6428434. OLE color: 6428434.

HSL color Cylindrical-coordinate representation of color #121762: hue angle of 236.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121762 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB182398-
CMYK0.820.7700.62
HSL236.25º68.97%22.75%-
HSV(B)236.25º81.63%38.43%-
XYZ2.761.6211.72-
YUV30.06166.34119.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 98 (38.67% from 255) = 70.50%
R=12.95%
G=16.55%
B=70.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1823980.820.7700.62236.2568.9722.75
Hex121762524D03Eec4517
Octal222714212211507635410527
Binary1001010111110001010100101001101011111011101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121762; }

 p { color: rgb(18,23,98); }

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

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

 a { background-color: rgb(18,23,98); }

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

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

 span { border-color: rgb(18,23,98); }

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