#142688

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

Shades of Midnight Blue #142688

Tints of Midnight Blue #142688

Color information

#142688 (or 0x142688) is unknown color: approx Midnight Blue. HEX triplet: 14, 26 and 88. RGB value is (20,38,136). Sum of RGB (Red+Green+Blue) = 20+38+136=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #142688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142688 is #EBD977. Grayscale: #2B2B2B. Windows color (decimal): -15456632 or 8922644. OLE color: 8922644.

HSL color Cylindrical-coordinate representation of color #142688: hue angle of 230.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142688 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2038136-
CMYK0.850.7200.47
HSL230.69º74.36%30.59%-
HSV(B)230.69º85.29%53.33%-
XYZ5.433.3123.65-
YUV43.79180.04111.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 136 (53.52% from 255) = 70.10%
R=10.31%
G=19.59%
B=70.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20381360.850.7200.47230.6974.3630.59
Hex142688554802Fe74a1f
Octal244621012511005734711237
Binary101001001101000100010101011001000010111111100111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142688; }

 p { color: rgb(20,38,136); }

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

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

 a { background-color: rgb(20,38,136); }

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

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

 span { border-color: rgb(20,38,136); }

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