#12065D

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

Shades of Midnight Blue #12065D

Tints of Midnight Blue #12065D

Color information

#12065D (or 0x12065D) is unknown color: approx Midnight Blue. HEX triplet: 12, 06 and 5D. RGB value is (18,6,93). Sum of RGB (Red+Green+Blue) = 18+6+93=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 93 (36.72% from 255 or 79.49% from 117); Max value from RGB is 93 - color contains mainly: blue. Hex color #12065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12065D is #EDF9A2. Grayscale: #131313. Windows color (decimal): -15595939 or 6096402. OLE color: 6096402.

HSL color Cylindrical-coordinate representation of color #12065D: hue angle of 248.28º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12065D is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB18693-
CMYK0.810.9400.64
HSL248.28º87.88%19.41%-
HSV(B)248.28º93.55%36.47%-
XYZ2.291.0510.44-
YUV19.51169.48126.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 93 (36.72% from 255) = 79.49%
R=15.38%
G=5.13%
B=79.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal186930.810.9400.64248.2887.8819.41
Hex1265D515E040f85813
Octal226135121136010037013023
Binary100101101011101101000110111100100000011111000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12065D; }

 p { color: rgb(18,6,93); }

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

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

 a { background-color: rgb(18,6,93); }

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

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

 span { border-color: rgb(18,6,93); }

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