#163862

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

Shades of Regal Blue #163862

Tints of Regal Blue #163862

Color information

#163862 (or 0x163862) is unknown color: approx Regal Blue. HEX triplet: 16, 38 and 62. RGB value is (22,56,98). Sum of RGB (Red+Green+Blue) = 22+56+98=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #163862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163862 is #E9C79D. Grayscale: #323232. Windows color (decimal): -15320990 or 6436886. OLE color: 6436886.

HSL color Cylindrical-coordinate representation of color #163862: hue angle of 213.16º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163862 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB225698-
CMYK0.780.4300.62
HSL213.16º63.33%23.53%-
HSV(B)213.16º77.55%38.43%-
XYZ3.953.8812.1-
YUV50.62154.74107.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=12.5%
G=31.82%
B=55.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2256980.780.4300.62213.1663.3323.53
Hex1638624E2B03Ed53f18
Octal2670142116530763257730
Binary101101110001100010100111010101101111101101010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163862; }

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

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

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

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

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

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

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

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