#140C58

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

Shades of Midnight Blue #140C58

Tints of Midnight Blue #140C58

Color information

#140C58 (or 0x140C58) is unknown color: approx Midnight Blue. HEX triplet: 14, 0C and 58. RGB value is (20,12,88). Sum of RGB (Red+Green+Blue) = 20+12+88=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #140C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C58 is #EBF3A7. Grayscale: #161616. Windows color (decimal): -15463336 or 5770260. OLE color: 5770260.

HSL color Cylindrical-coordinate representation of color #140C58: hue angle of 246.32º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140C58 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB201288-
CMYK0.770.8600.65
HSL246.32º76%19.61%-
HSV(B)246.32º86.36%34.51%-
XYZ2.181.129.33-
YUV23.06164.65125.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 12 (5.08% from 255) = 10%
BLUE value IS 88 (34.77% from 255) = 73.33%
R=16.67%
G=10%
B=73.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2012880.770.8600.65246.327619.61
Hex14C584D56041f64c14
Octal2414130115126010136611424
Binary1010011001011000100110110101100100000111110110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140C58; }

 p { color: rgb(20,12,88); }

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

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

 a { background-color: rgb(20,12,88); }

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

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

 span { border-color: rgb(20,12,88); }

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