#142277

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

Shades of Midnight Blue #142277

Tints of Midnight Blue #142277

Color information

#142277 (or 0x142277) is unknown color: approx Midnight Blue. HEX triplet: 14, 22 and 77. RGB value is (20,34,119). Sum of RGB (Red+Green+Blue) = 20+34+119=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #142277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142277 is #EBDD88. Grayscale: #272727. Windows color (decimal): -15457673 or 7807508. OLE color: 7807508.

HSL color Cylindrical-coordinate representation of color #142277: hue angle of 231.52º 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 #142277 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2034119-
CMYK0.830.7100.53
HSL231.52º71.22%27.25%-
HSV(B)231.52º83.19%46.67%-
XYZ4.192.6217.74-
YUV39.5172.86114.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 119 (46.88% from 255) = 68.79%
R=11.56%
G=19.65%
B=68.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20341190.830.7100.53231.5271.2227.25
Hex1422775347035e8471b
Octal244216712310706535010733
Binary10100100010111011110100111000111011010111101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142277; }

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

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

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

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

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

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

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

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