#163960

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

Shades of Regal Blue #163960

Tints of Regal Blue #163960

Color information

#163960 (or 0x163960) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 60. RGB value is (22,57,96). Sum of RGB (Red+Green+Blue) = 22+57+96=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #163960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163960 is #E9C69F. Grayscale: #323232. Windows color (decimal): -15320736 or 6306070. OLE color: 6306070.

HSL color Cylindrical-coordinate representation of color #163960: hue angle of 211.62º 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 #163960 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB225796-
CMYK0.770.4100.62
HSL211.62º62.71%23.14%-
HSV(B)211.62º77.08%37.65%-
XYZ3.913.9411.62-
YUV50.98153.4107.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=12.57%
G=32.57%
B=54.86%

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
Decimal2257960.770.4100.62211.6262.7123.14
Hex1639604D2903Ed43f17
Octal2671140115510763247727
Binary101101110011100000100110110100101111101101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163960; }

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

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

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

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

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

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

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

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