#142483

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

Shades of Midnight Blue #142483

Tints of Midnight Blue #142483

Color information

#142483 (or 0x142483) is unknown color: approx Midnight Blue. HEX triplet: 14, 24 and 83. RGB value is (20,36,131). Sum of RGB (Red+Green+Blue) = 20+36+131=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #142483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142483 is #EBDB7C. Grayscale: #292929. Windows color (decimal): -15457149 or 8594452. OLE color: 8594452.

HSL color Cylindrical-coordinate representation of color #142483: hue angle of 231.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142483 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2036131-
CMYK0.850.7300.49
HSL231.35º73.51%29.61%-
HSV(B)231.35º84.73%51.37%-
XYZ5.023.0521.8-
YUV42.05178.2112.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 131 (51.56% from 255) = 70.05%
R=10.70%
G=19.25%
B=70.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20361310.850.7300.49231.3573.5129.61
Hex1424835549031e74a1e
Octal244420312511106134711236
Binary101001001001000001110101011001001011000111100111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142483; }

 p { color: rgb(20,36,131); }

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

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

 a { background-color: rgb(20,36,131); }

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

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

 span { border-color: rgb(20,36,131); }

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