#163854

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

Shades of Regal Blue #163854

Tints of Regal Blue #163854

Color information

#163854 (or 0x163854) is unknown color: approx Regal Blue. HEX triplet: 16, 38 and 54. RGB value is (22,56,84). Sum of RGB (Red+Green+Blue) = 22+56+84=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #163854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163854 is #E9C7AB. Grayscale: #303030. Windows color (decimal): -15321004 or 5519382. OLE color: 5519382.

HSL color Cylindrical-coordinate representation of color #163854: hue angle of 207.1º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163854 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB225684-
CMYK0.740.3300.67
HSL207.1º58.49%20.78%-
HSV(B)207.1º73.81%32.94%-
XYZ3.353.648.91-
YUV49.03147.74108.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 84 (33.20% from 255) = 51.85%
R=13.58%
G=34.57%
B=51.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2256840.740.3300.67207.158.4920.78
Hex1638544A21043cf3a15
Octal26701241124101033177225
Binary1011011100010101001001010100001010000111100111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163854; }

 p { color: rgb(22,56,84); }

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

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

 a { background-color: rgb(22,56,84); }

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

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

 span { border-color: rgb(22,56,84); }

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