#163943

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

Shades of Nordic #163943

Tints of Nordic #163943

Color information

#163943 (or 0x163943) is unknown color: approx Nordic. HEX triplet: 16, 39 and 43. RGB value is (22,57,67). Sum of RGB (Red+Green+Blue) = 22+57+67=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #163943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163943 is #E9C6BC. Grayscale: #2F2F2F. Windows color (decimal): -15320765 or 4405526. OLE color: 4405526.

HSL color Cylindrical-coordinate representation of color #163943: hue angle of 193.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163943 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB225767-
CMYK0.670.1500.74
HSL193.33º50.56%17.45%-
HSV(B)193.33º67.16%26.27%-
XYZ2.813.55.84-
YUV47.67138.9109.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 67 (26.56% from 255) = 45.89%
R=15.07%
G=39.04%
B=45.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2257670.670.1500.74193.3350.5617.45
Hex16394343F04Ac13311
Octal26711031031701123016321
Binary10110111001100001110000111111010010101100000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163943; }

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

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

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

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

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

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

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

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