#142E8B

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

Shades of Smalt #142E8B

Tints of Smalt #142E8B

Color information

#142E8B (or 0x142E8B) is unknown color: approx Smalt. HEX triplet: 14, 2E and 8B. RGB value is (20,46,139). Sum of RGB (Red+Green+Blue) = 20+46+139=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #142E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E8B is #EBD174. Grayscale: #303030. Windows color (decimal): -15454581 or 9121300. OLE color: 9121300.

HSL color Cylindrical-coordinate representation of color #142E8B: hue angle of 226.89º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142E8B is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2046139-
CMYK0.860.6700.45
HSL226.89º74.84%31.18%-
HSV(B)226.89º85.61%54.51%-
XYZ5.933.9724.88-
YUV48.83178.89107.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 139 (54.69% from 255) = 67.80%
R=9.76%
G=22.44%
B=67.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20461390.860.6700.45226.8974.8431.18
Hex142E8B564302De34b1f
Octal245621312610305534311337
Binary101001011101000101110101101000011010110111100011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,46,139); }

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

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

 a { background-color: rgb(20,46,139); }

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

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

 span { border-color: rgb(20,46,139); }

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