#163940

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

Shades of Nordic #163940

Tints of Nordic #163940

Color information

#163940 (or 0x163940) is unknown color: approx Nordic. HEX triplet: 16, 39 and 40. RGB value is (22,57,64). Sum of RGB (Red+Green+Blue) = 22+57+64=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #163940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163940 is #E9C6BF. Grayscale: #2F2F2F. Windows color (decimal): -15320768 or 4208918. OLE color: 4208918.

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

Color convert

RGB225764-
CMYK0.660.1100.75
HSL190º48.84%16.86%-
HSV(B)190º65.62%25.1%-
XYZ2.723.475.38-
YUV47.33137.4109.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=15.38%
G=39.86%
B=44.76%

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
Decimal2257640.660.1100.7519048.8416.86
Hex16394042B04Bbe3111
Octal26711001021301132766121
Binary10110111001100000010000101011010010111011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163940; }

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

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

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

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

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

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

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

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