#142477

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

Shades of Midnight Blue #142477

Tints of Midnight Blue #142477

Color information

#142477 (or 0x142477) is unknown color: approx Midnight Blue. HEX triplet: 14, 24 and 77. RGB value is (20,36,119). Sum of RGB (Red+Green+Blue) = 20+36+119=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #142477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142477 is #EBDB88. Grayscale: #282828. Windows color (decimal): -15457161 or 7808020. OLE color: 7808020.

HSL color Cylindrical-coordinate representation of color #142477: hue angle of 230.3º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142477 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2036119-
CMYK0.830.7000.53
HSL230.3º71.22%27.25%-
HSV(B)230.3º83.19%46.67%-
XYZ4.252.7417.76-
YUV40.68172.2113.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 119 (46.88% from 255) = 68%
R=11.43%
G=20.57%
B=68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20361190.830.7000.53230.371.2227.25
Hex1424775346035e6471b
Octal244416712310606534610733
Binary10100100100111011110100111000110011010111100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142477; }

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

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

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

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

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

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

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

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