#163F60

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

Shades of Regal Blue #163F60

Tints of Regal Blue #163F60

Color information

#163F60 (or 0x163F60) is unknown color: approx Regal Blue. HEX triplet: 16, 3F and 60. RGB value is (22,63,96). Sum of RGB (Red+Green+Blue) = 22+63+96=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #163F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F60 is #E9C09F. Grayscale: #363636. Windows color (decimal): -15319200 or 6307606. OLE color: 6307606.

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

Color convert

RGB226396-
CMYK0.770.3400.62
HSL206.76º62.71%23.14%-
HSV(B)206.76º77.08%37.65%-
XYZ4.224.5711.73-
YUV54.5151.42104.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 63 (25% from 255) = 34.81%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=12.15%
G=34.81%
B=53.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2263960.770.3400.62206.7662.7123.14
Hex163F604D2203Ecf3f17
Octal2677140115420763177727
Binary101101111111100000100110110001001111101100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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