#142B4B

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

Shades of Midnight #142B4B

Tints of Midnight #142B4B

Color information

#142B4B (or 0x142B4B) is unknown color: approx Midnight. HEX triplet: 14, 2B and 4B. RGB value is (20,43,75). Sum of RGB (Red+Green+Blue) = 20+43+75=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #142B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B4B is #EBD4B4. Grayscale: #272727. Windows color (decimal): -15455413 or 4926228. OLE color: 4926228.

HSL color Cylindrical-coordinate representation of color #142B4B: hue angle of 214.91º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142B4B is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB204375-
CMYK0.730.4300.71
HSL214.91º57.89%18.63%-
HSV(B)214.91º73.33%29.41%-
XYZ2.422.386.99-
YUV39.77147.88113.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=14.49%
G=31.16%
B=54.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2043750.730.4300.71214.9157.8918.63
Hex142B4B492B047d73a13
Octal24531131115301073277223
Binary1010010101110010111001001101011010001111101011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142B4B; }

 p { color: rgb(20,43,75); }

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

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

 a { background-color: rgb(20,43,75); }

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

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

 span { border-color: rgb(20,43,75); }

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