#163E61

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

Shades of Regal Blue #163E61

Tints of Regal Blue #163E61

Color information

#163E61 (or 0x163E61) is unknown color: approx Regal Blue. HEX triplet: 16, 3E and 61. RGB value is (22,62,97). Sum of RGB (Red+Green+Blue) = 22+62+97=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #163E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E61 is #E9C19E. Grayscale: #353535. Windows color (decimal): -15319455 or 6372886. OLE color: 6372886.

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

Color convert

RGB226297-
CMYK0.770.3600.62
HSL208º63.03%23.33%-
HSV(B)208º77.32%38.04%-
XYZ4.214.4811.95-
YUV54.03152.25105.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=12.15%
G=34.25%
B=53.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2262970.770.3600.6220863.0323.33
Hex163E614D2403Ed03f17
Octal2676141115440763207727
Binary101101111101100001100110110010001111101101000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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