#142285

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

Shades of Midnight Blue #142285

Tints of Midnight Blue #142285

Color information

#142285 (or 0x142285) is unknown color: approx Midnight Blue. HEX triplet: 14, 22 and 85. RGB value is (20,34,133). Sum of RGB (Red+Green+Blue) = 20+34+133=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #142285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142285 is #EBDD7A. Grayscale: #282828. Windows color (decimal): -15457659 or 8725012. OLE color: 8725012.

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

Color convert

RGB2034133-
CMYK0.850.7400.48
HSL232.57º73.86%30%-
HSV(B)232.57º84.96%52.16%-
XYZ5.092.9922.5-
YUV41.1179.86112.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 133 (52.34% from 255) = 71.12%
R=10.70%
G=18.18%
B=71.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20341330.850.7400.48232.5773.8630
Hex142285554A030e94a1e
Octal244220512511206035111236
Binary101001000101000010110101011001010011000011101001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142285; }

 p { color: rgb(20,34,133); }

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

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

 a { background-color: rgb(20,34,133); }

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

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

 span { border-color: rgb(20,34,133); }

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