#16358A

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

Shades of Smalt #16358A

Tints of Smalt #16358A

Color information

#16358A (or 0x16358A) is unknown color: approx Smalt. HEX triplet: 16, 35 and 8A. RGB value is (22,53,138). Sum of RGB (Red+Green+Blue) = 22+53+138=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #16358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16358A is #E9CA75. Grayscale: #353535. Windows color (decimal): -15321718 or 9057558. OLE color: 9057558.

HSL color Cylindrical-coordinate representation of color #16358A: hue angle of 223.97º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16358A is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2253138-
CMYK0.840.6200.46
HSL223.97º72.5%31.37%-
HSV(B)223.97º84.06%54.12%-
XYZ6.194.5524.6-
YUV53.42175.73105.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=10.33%
G=24.88%
B=64.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22531380.840.6200.46223.9772.531.37
Hex16358A543E02Ee0481f
Octal26652121247605634011037
Binary10110110101100010101010100111110010111011100000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,53,138); }

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

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

 a { background-color: rgb(22,53,138); }

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

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

 span { border-color: rgb(22,53,138); }

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