#01368A

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

Shades of Smalt #01368A

Tints of Smalt #01368A

Color information

#01368A (or 0x01368A) is unknown color: approx Smalt. HEX triplet: 01, 36 and 8A. RGB value is (1,54,138). Sum of RGB (Red+Green+Blue) = 1+54+138=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 138 (54.30% from 255 or 71.50% from 193); Max value from RGB is 138 - color contains mainly: blue. Hex color #01368A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01368A is #FEC975. Grayscale: #2F2F2F. Windows color (decimal): -16697718 or 9057793. OLE color: 9057793.

HSL color Cylindrical-coordinate representation of color #01368A: hue angle of 216.79º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01368A is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB154138-
CMYK0.990.6100.46
HSL216.79º98.56%27.25%-
HSV(B)216.79º99.28%54.12%-
XYZ5.924.4824.6-
YUV47.73178.9494.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 138 (54.30% from 255) = 71.50%
R=0.52%
G=27.98%
B=71.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1541380.990.6100.46216.7998.5627.25
Hex1368A633D02Ed9631b
Octal1662121437505633114333
Binary1110110100010101100011111101010111011011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01368A; }

 p { color: rgb(1,54,138); }

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

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

 a { background-color: rgb(1,54,138); }

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

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

 span { border-color: rgb(1,54,138); }

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