#163962

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

Shades of Regal Blue #163962

Tints of Regal Blue #163962

Color information

#163962 (or 0x163962) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 62. RGB value is (22,57,98). Sum of RGB (Red+Green+Blue) = 22+57+98=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #163962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163962 is #E9C69D. Grayscale: #333333. Windows color (decimal): -15320734 or 6437142. OLE color: 6437142.

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

Color convert

RGB225798-
CMYK0.780.4200.62
HSL212.37º63.33%23.53%-
HSV(B)212.37º77.55%38.43%-
XYZ43.9812.11-
YUV51.21154.4107.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=12.43%
G=32.20%
B=55.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2257980.780.4200.62212.3763.3323.53
Hex1639624E2A03Ed43f18
Octal2671142116520763247730
Binary101101110011100010100111010101001111101101010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163962; }

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

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

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

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

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

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

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

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