#163A44

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

Shades of Nordic #163A44

Tints of Nordic #163A44

Color information

#163A44 (or 0x163A44) is unknown color: approx Nordic. HEX triplet: 16, 3A and 44. RGB value is (22,58,68). Sum of RGB (Red+Green+Blue) = 22+58+68=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #163A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A44 is #E9C5BB. Grayscale: #303030. Windows color (decimal): -15320508 or 4471318. OLE color: 4471318.

HSL color Cylindrical-coordinate representation of color #163A44: hue angle of 193.04º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #163A44 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB225868-
CMYK0.680.1500.73
HSL193.04º51.11%17.65%-
HSV(B)193.04º67.65%26.67%-
XYZ2.893.616.01-
YUV48.38139.07109.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=14.86%
G=39.19%
B=45.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2258680.680.1500.73193.0451.1117.65
Hex163A4444F049c13312
Octal26721041041701113016322
Binary10110111010100010010001001111010010011100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,58,68); }

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

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

 a { background-color: rgb(22,58,68); }

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

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

 span { border-color: rgb(22,58,68); }

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