#163961

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

Shades of Regal Blue #163961

Tints of Regal Blue #163961

Color information

#163961 (or 0x163961) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 61. RGB value is (22,57,97). Sum of RGB (Red+Green+Blue) = 22+57+97=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #163961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163961 is #E9C69E. Grayscale: #323232. Windows color (decimal): -15320735 or 6371606. OLE color: 6371606.

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

Color convert

RGB225797-
CMYK0.770.4100.62
HSL212º63.03%23.33%-
HSV(B)212º77.32%38.04%-
XYZ3.953.9611.87-
YUV51.09153.9107.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=12.5%
G=32.39%
B=55.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2257970.770.4100.6221263.0323.33
Hex1639614D2903Ed43f17
Octal2671141115510763247727
Binary101101110011100001100110110100101111101101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163961; }

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

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

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

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

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

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

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

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