#01358C

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

Shades of Smalt #01358C

Tints of Smalt #01358C

Color information

#01358C (or 0x01358C) is unknown color: approx Smalt. HEX triplet: 01, 35 and 8C. RGB value is (1,53,140). Sum of RGB (Red+Green+Blue) = 1+53+140=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #01358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01358C is #FECA73. Grayscale: #2E2E2E. Windows color (decimal): -16697972 or 9188609. OLE color: 9188609.

HSL color Cylindrical-coordinate representation of color #01358C: hue angle of 217.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01358C is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB153140-
CMYK0.990.6200.45
HSL217.55º98.58%27.65%-
HSV(B)217.55º99.29%54.9%-
XYZ6.024.4525.35-
YUV47.37180.2794.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 140 (55.08% from 255) = 72.16%
R=0.52%
G=27.32%
B=72.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1531400.990.6200.45217.5598.5827.65
Hex1358C633E02Dda631c
Octal1652141437605533214334
Binary1110101100011001100011111110010110111011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01358C; }

 p { color: rgb(1,53,140); }

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

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

 a { background-color: rgb(1,53,140); }

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

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

 span { border-color: rgb(1,53,140); }

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