#163E58

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

Shades of Regal Blue #163E58

Tints of Regal Blue #163E58

Color information

#163E58 (or 0x163E58) is unknown color: approx Regal Blue. HEX triplet: 16, 3E and 58. RGB value is (22,62,88). Sum of RGB (Red+Green+Blue) = 22+62+88=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #163E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E58 is #E9C1A7. Grayscale: #343434. Windows color (decimal): -15319464 or 5783062. OLE color: 5783062.

HSL color Cylindrical-coordinate representation of color #163E58: hue angle of 203.64º 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 #163E58 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB226288-
CMYK0.750.3000.65
HSL203.64º60%21.57%-
HSV(B)203.64º75%34.51%-
XYZ3.814.329.87-
YUV53147.75105.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=12.79%
G=36.05%
B=51.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2262880.750.3000.65203.646021.57
Hex163E584B1E041cc3c16
Octal26761301133601013147426
Binary101101111101011000100101111110010000011100110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163E58; }

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

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

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

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

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

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

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

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