#163A41

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

Shades of Nordic #163A41

Tints of Nordic #163A41

Color information

#163A41 (or 0x163A41) is unknown color: approx Nordic. HEX triplet: 16, 3A and 41. RGB value is (22,58,65). Sum of RGB (Red+Green+Blue) = 22+58+65=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #163A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A41 is #E9C5BE. Grayscale: #2F2F2F. Windows color (decimal): -15320511 or 4274710. OLE color: 4274710.

HSL color Cylindrical-coordinate representation of color #163A41: hue angle of 189.77º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163A41 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB225865-
CMYK0.660.1100.75
HSL189.77º49.43%17.06%-
HSV(B)189.77º66.15%25.49%-
XYZ2.83.585.54-
YUV48.03137.57109.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=15.17%
G=40%
B=44.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2258650.660.1100.75189.7749.4317.06
Hex163A4142B04Bbe3111
Octal26721011021301132766121
Binary10110111010100000110000101011010010111011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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