#163958

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

Shades of Regal Blue #163958

Tints of Regal Blue #163958

Color information

#163958 (or 0x163958) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 58. RGB value is (22,57,88). Sum of RGB (Red+Green+Blue) = 22+57+88=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #163958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163958 is #E9C6A7. Grayscale: #313131. Windows color (decimal): -15320744 or 5781782. OLE color: 5781782.

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

Color convert

RGB225788-
CMYK0.750.3500.65
HSL208.18º60%21.57%-
HSV(B)208.18º75%34.51%-
XYZ3.563.89.78-
YUV50.07149.4107.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 88 (34.77% from 255) = 52.69%
R=13.17%
G=34.13%
B=52.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2257880.750.3500.65208.186021.57
Hex1639584B23041d03c16
Octal26711301134301013207426
Binary1011011100110110001001011100011010000011101000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163958; }

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

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

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

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

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

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

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

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