#163858

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

Shades of Regal Blue #163858

Tints of Regal Blue #163858

Color information

#163858 (or 0x163858) is unknown color: approx Regal Blue. HEX triplet: 16, 38 and 58. RGB value is (22,56,88). Sum of RGB (Red+Green+Blue) = 22+56+88=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #163858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163858 is #E9C7A7. Grayscale: #313131. Windows color (decimal): -15321000 or 5781526. OLE color: 5781526.

HSL color Cylindrical-coordinate representation of color #163858: hue angle of 209.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163858 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB225688-
CMYK0.750.3600.65
HSL209.09º60%21.57%-
HSV(B)209.09º75%34.51%-
XYZ3.513.79.76-
YUV49.48149.74108.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=13.25%
G=33.73%
B=53.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2256880.750.3600.65209.096021.57
Hex1638584B24041d13c16
Octal26701301134401013217426
Binary1011011100010110001001011100100010000011101000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163858; }

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

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

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

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

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

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

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

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