#142068

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

Shades of Midnight Blue #142068

Tints of Midnight Blue #142068

Color information

#142068 (or 0x142068) is unknown color: approx Midnight Blue. HEX triplet: 14, 20 and 68. RGB value is (20,32,104). Sum of RGB (Red+Green+Blue) = 20+32+104=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #142068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142068 is #EBDF97. Grayscale: #242424. Windows color (decimal): -15458200 or 6823956. OLE color: 6823956.

HSL color Cylindrical-coordinate representation of color #142068: hue angle of 231.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142068 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2032104-
CMYK0.810.6900.59
HSL231.43º67.74%24.31%-
HSV(B)231.43º80.77%40.78%-
XYZ3.32.1813.34-
YUV36.62166.02116.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 104 (41.02% from 255) = 66.67%
R=12.82%
G=20.51%
B=66.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20321040.810.6900.59231.4367.7424.31
Hex142068514503Be74418
Octal244015012110507334710430
Binary10100100000110100010100011000101011101111100111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142068; }

 p { color: rgb(20,32,104); }

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

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

 a { background-color: rgb(20,32,104); }

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

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

 span { border-color: rgb(20,32,104); }

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