#163C41

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

Shades of Nordic #163C41

Tints of Nordic #163C41

Color information

#163C41 (or 0x163C41) is unknown color: approx Nordic. HEX triplet: 16, 3C and 41. RGB value is (22,60,65). Sum of RGB (Red+Green+Blue) = 22+60+65=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #163C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C41 is #E9C3BE. Grayscale: #313131. Windows color (decimal): -15319999 or 4275222. OLE color: 4275222.

HSL color Cylindrical-coordinate representation of color #163C41: hue angle of 186.98º 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 #163C41 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB226065-
CMYK0.660.0800.75
HSL186.98º49.43%17.06%-
HSV(B)186.98º66.15%25.49%-
XYZ2.93.785.58-
YUV49.21136.91108.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 60 (23.83% from 255) = 40.82%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=14.97%
G=40.82%
B=44.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2260650.660.0800.75186.9849.4317.06
Hex163C4142804Bbb3111
Octal26741011021001132736121
Binary10110111100100000110000101000010010111011101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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