#163B41

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

Shades of Nordic #163B41

Tints of Nordic #163B41

Color information

#163B41 (or 0x163B41) is unknown color: approx Nordic. HEX triplet: 16, 3B and 41. RGB value is (22,59,65). Sum of RGB (Red+Green+Blue) = 22+59+65=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #163B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B41 is #E9C4BE. Grayscale: #303030. Windows color (decimal): -15320255 or 4274966. OLE color: 4274966.

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

Color convert

RGB225965-
CMYK0.660.0900.75
HSL188.37º49.43%17.06%-
HSV(B)188.37º66.15%25.49%-
XYZ2.853.685.56-
YUV48.62137.24109.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 59 (23.44% from 255) = 40.41%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=15.07%
G=40.41%
B=44.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2259650.660.0900.75188.3749.4317.06
Hex163B4142904Bbc3111
Octal26731011021101132746121
Binary10110111011100000110000101001010010111011110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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