#143088

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

Shades of Smalt #143088

Tints of Smalt #143088

Color information

#143088 (or 0x143088) is unknown color: approx Smalt. HEX triplet: 14, 30 and 88. RGB value is (20,48,136). Sum of RGB (Red+Green+Blue) = 20+48+136=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #143088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143088 is #EBCF77. Grayscale: #313131. Windows color (decimal): -15454072 or 8925204. OLE color: 8925204.

HSL color Cylindrical-coordinate representation of color #143088: hue angle of 225.52º 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 #143088 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2048136-
CMYK0.850.6500.47
HSL225.52º74.36%30.59%-
HSV(B)225.52º85.29%53.33%-
XYZ5.794.0423.77-
YUV49.66176.72106.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 136 (53.52% from 255) = 66.67%
R=9.80%
G=23.53%
B=66.67%

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
Decimal20481360.850.6500.47225.5274.3630.59
Hex143088554102Fe24a1f
Octal246021012510105734211237
Binary101001100001000100010101011000001010111111100010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143088; }

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

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

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

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

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

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

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

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