#163B42

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

Shades of Nordic #163B42

Tints of Nordic #163B42

Color information

#163B42 (or 0x163B42) is unknown color: approx Nordic. HEX triplet: 16, 3B and 42. RGB value is (22,59,66). Sum of RGB (Red+Green+Blue) = 22+59+66=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #163B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B42 is #E9C4BD. Grayscale: #303030. Windows color (decimal): -15320254 or 4340502. OLE color: 4340502.

HSL color Cylindrical-coordinate representation of color #163B42: hue angle of 189.55º degrees, saturation: 0.5, 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 #163B42 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB225966-
CMYK0.670.1100.74
HSL189.55º50%17.25%-
HSV(B)189.55º66.67%25.88%-
XYZ2.883.695.72-
YUV48.74137.74108.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=14.97%
G=40.14%
B=44.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2259660.670.1100.74189.555017.25
Hex163B4243B04Abe3211
Octal26731021031301122766221
Binary10110111011100001010000111011010010101011111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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