#16308A

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

Shades of Smalt #16308A

Tints of Smalt #16308A

Color information

#16308A (or 0x16308A) is unknown color: approx Smalt. HEX triplet: 16, 30 and 8A. RGB value is (22,48,138). Sum of RGB (Red+Green+Blue) = 22+48+138=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #16308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16308A is #E9CF75. Grayscale: #323232. Windows color (decimal): -15322998 or 9056278. OLE color: 9056278.

HSL color Cylindrical-coordinate representation of color #16308A: hue angle of 226.55º 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 #16308A is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2248138-
CMYK0.840.6500.46
HSL226.55º72.5%31.37%-
HSV(B)226.55º84.06%54.12%-
XYZ5.984.1224.52-
YUV50.49177.39107.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 138 (54.30% from 255) = 66.35%
R=10.58%
G=23.08%
B=66.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22481380.840.6500.46226.5572.531.37
Hex16308A544102Ee3481f
Octal266021212410105634311037
Binary101101100001000101010101001000001010111011100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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