#163941

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

Shades of Nordic #163941

Tints of Nordic #163941

Color information

#163941 (or 0x163941) is unknown color: approx Nordic. HEX triplet: 16, 39 and 41. RGB value is (22,57,65). Sum of RGB (Red+Green+Blue) = 22+57+65=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #163941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163941 is #E9C6BE. Grayscale: #2F2F2F. Windows color (decimal): -15320767 or 4274454. OLE color: 4274454.

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

Color convert

RGB225765-
CMYK0.660.1200.75
HSL191.16º49.43%17.06%-
HSV(B)191.16º66.15%25.49%-
XYZ2.753.485.53-
YUV47.45137.9109.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=15.28%
G=39.58%
B=45.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2257650.660.1200.75191.1649.4317.06
Hex16394142C04Bbf3111
Octal26711011021401132776121
Binary10110111001100000110000101100010010111011111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163941; }

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

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

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

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

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

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

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

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