#163A45

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

Shades of Nordic #163A45

Tints of Nordic #163A45

Color information

#163A45 (or 0x163A45) is unknown color: approx Nordic. HEX triplet: 16, 3A and 45. RGB value is (22,58,69). Sum of RGB (Red+Green+Blue) = 22+58+69=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 69 - color contains mainly: blue. Hex color #163A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A45 is #E9C5BA. Grayscale: #303030. Windows color (decimal): -15320507 or 4536854. OLE color: 4536854.

HSL color Cylindrical-coordinate representation of color #163A45: hue angle of 194.04º degrees, saturation: 0.52, 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 #163A45 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB225869-
CMYK0.680.1600.73
HSL194.04º51.65%17.84%-
HSV(B)194.04º68.12%27.06%-
XYZ2.923.636.18-
YUV48.49139.57109.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 69 (27.34% from 255) = 46.31%
R=14.77%
G=38.93%
B=46.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2258690.680.1600.73194.0451.6517.84
Hex163A454410049c23412
Octal26721051042001113026422
Binary101101110101000101100010010000010010011100001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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