#121B65

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

Shades of Midnight Blue #121B65

Tints of Midnight Blue #121B65

Color information

#121B65 (or 0x121B65) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 65. RGB value is (18,27,101). Sum of RGB (Red+Green+Blue) = 18+27+101=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #121B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B65 is #EDE49A. Grayscale: #202020. Windows color (decimal): -15590555 or 6626066. OLE color: 6626066.

HSL color Cylindrical-coordinate representation of color #121B65: hue angle of 233.49º 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 #121B65 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1827101-
CMYK0.820.7300.60
HSL233.49º69.75%23.33%-
HSV(B)233.49º82.18%39.61%-
XYZ2.991.8512.51-
YUV32.74166.52117.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 101 (39.84% from 255) = 69.18%
R=12.33%
G=18.49%
B=69.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18271010.820.7300.60233.4969.7523.33
Hex121B65524903Ce94617
Octal223314512211107435110627
Binary1001011011110010110100101001001011110011101001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121B65; }

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

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

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

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

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

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

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

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