#013888

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

Shades of Smalt #013888

Tints of Smalt #013888

Color information

#013888 (or 0x013888) is unknown color: approx Smalt. HEX triplet: 01, 38 and 88. RGB value is (1,56,136). Sum of RGB (Red+Green+Blue) = 1+56+136=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #013888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013888 is #FEC777. Grayscale: #303030. Windows color (decimal): -16697208 or 8927233. OLE color: 8927233.

HSL color Cylindrical-coordinate representation of color #013888: hue angle of 215.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013888 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB156136-
CMYK0.990.5900.47
HSL215.56º98.54%26.86%-
HSV(B)215.56º99.26%53.33%-
XYZ5.874.6123.87-
YUV48.68177.2894-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 136 (53.52% from 255) = 70.47%
R=0.52%
G=29.02%
B=70.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1561360.990.5900.47215.5698.5426.86
Hex13888633B02Fd8631b
Octal1702101437305733014333
Binary1111000100010001100011111011010111111011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013888; }

 p { color: rgb(1,56,136); }

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

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

 a { background-color: rgb(1,56,136); }

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

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

 span { border-color: rgb(1,56,136); }

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