#01348C

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

Shades of Smalt #01348C

Tints of Smalt #01348C

Color information

#01348C (or 0x01348C) is unknown color: approx Smalt. HEX triplet: 01, 34 and 8C. RGB value is (1,52,140). Sum of RGB (Red+Green+Blue) = 1+52+140=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #01348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01348C is #FECB73. Grayscale: #2E2E2E. Windows color (decimal): -16698228 or 9188353. OLE color: 9188353.

HSL color Cylindrical-coordinate representation of color #01348C: hue angle of 217.99º 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 #01348C is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB152140-
CMYK0.990.6300.45
HSL217.99º98.58%27.65%-
HSV(B)217.99º99.29%54.9%-
XYZ5.974.3625.34-
YUV46.78180.695.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 140 (55.08% from 255) = 72.54%
R=0.52%
G=26.94%
B=72.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1521400.990.6300.45217.9998.5827.65
Hex1348C633F02Dda631c
Octal1642141437705533214334
Binary1110100100011001100011111111010110111011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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