Html Css Color HEX #16328A Smalt

📋 copy color: '#16328A'

red 22 ◦ green 50 ◦ blue 138

#16328A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #16328A

Tints of Smalt #16328A

RGB

 RED value IS 22 (8.98% from 255) = 10.48%

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 138 (54.3% from 255) = 65.71%

R = 10.48%
G = 23.81%
B = 65.71%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#16328A (or 0x16328A) is known color: Smalt. HEX triplet: 16, 32 and 8A. RGB value is (22,50,138). Sum of RGB (Red+Green+Blue) = 22+50+138=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #16328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16328A is #E9CD75. Grayscale: #333333. Windows color (decimal): -15322486 or 9056790. OLE color: 9056790.

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

Color convert

RGB 22 50 138 -
CMYK 0.84 0.64 0 0.46
HSL 225.52º 0.73% 0.31% -
HSV(B) 225.52º 0.84% 0.54% -
XYZ 6.06 4.29 24.55 -
YUV 51.66 176.72 106.84 -
System Red Green Blue C M Y K H S L
Decimal 22 50 138 0.84 0.64 0 0.46 225.52 0.73 0.31
Hex 16 32 8A 54 40 0 2E E2 48 1F
Octal 26 62 212 124 100 0 56 342 110 37
Binary 10110 110010 10001010 1010100 1000000 0 101110 11100010 1001000 11111

Color Harmonies of #16328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16328A

Black with #16328A

Text Example


Text Example

White with #16328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #16328A;
 }
 .AnyTagClassName
 {
   color: #16328A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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