#163E6C

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

Shades of Regal Blue #163E6C

Tints of Regal Blue #163E6C

Color information

#163E6C (or 0x163E6C) is unknown color: approx Regal Blue. HEX triplet: 16, 3E and 6C. RGB value is (22,62,108). Sum of RGB (Red+Green+Blue) = 22+62+108=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #163E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E6C is #E9C193. Grayscale: #373737. Windows color (decimal): -15319444 or 7093782. OLE color: 7093782.

HSL color Cylindrical-coordinate representation of color #163E6C: hue angle of 212.09º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163E6C is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2262108-
CMYK0.800.4300.58
HSL212.09º66.15%25.49%-
HSV(B)212.09º79.63%42.35%-
XYZ4.764.714.84-
YUV55.28157.75104.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=11.46%
G=32.29%
B=56.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22621080.800.4300.58212.0966.1525.49
Hex163E6C502B03Ad44219
Octal26761541205307232410231
Binary1011011111011011001010000101011011101011010100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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