#142F88

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

Shades of Smalt #142F88

Tints of Smalt #142F88

Color information

#142F88 (or 0x142F88) is unknown color: approx Smalt. HEX triplet: 14, 2F and 88. RGB value is (20,47,136). Sum of RGB (Red+Green+Blue) = 20+47+136=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #142F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142F88 is #EBD077. Grayscale: #303030. Windows color (decimal): -15454328 or 8924948. OLE color: 8924948.

HSL color Cylindrical-coordinate representation of color #142F88: hue angle of 226.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142F88 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2047136-
CMYK0.850.6500.47
HSL226.03º74.36%30.59%-
HSV(B)226.03º85.29%53.33%-
XYZ5.753.9623.75-
YUV49.07177.05107.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=9.85%
G=23.15%
B=67.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20471360.850.6500.47226.0374.3630.59
Hex142F88554102Fe24a1f
Octal245721012510105734211237
Binary101001011111000100010101011000001010111111100010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,47,136); }

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

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

 a { background-color: rgb(20,47,136); }

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

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

 span { border-color: rgb(20,47,136); }

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