#16355C

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

Shades of Regal Blue #16355C

Tints of Regal Blue #16355C

Color information

#16355C (or 0x16355C) is unknown color: approx Regal Blue. HEX triplet: 16, 35 and 5C. RGB value is (22,53,92). Sum of RGB (Red+Green+Blue) = 22+53+92=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #16355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16355C is #E9CAA3. Grayscale: #2F2F2F. Windows color (decimal): -15321764 or 6042902. OLE color: 6042902.

HSL color Cylindrical-coordinate representation of color #16355C: hue angle of 213.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16355C is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB225392-
CMYK0.760.4200.64
HSL213.43º61.4%22.35%-
HSV(B)213.43º76.09%36.08%-
XYZ3.543.4910.61-
YUV48.18152.73109.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 92 (36.33% from 255) = 55.09%
R=13.17%
G=31.74%
B=55.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2253920.760.4200.64213.4361.422.35
Hex16355C4C2A040d53d16
Octal26651341145201003257526
Binary1011011010110111001001100101010010000001101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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