#163239

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

Shades of Nordic #163239

Tints of Nordic #163239

Color information

#163239 (or 0x163239) is unknown color: approx Nordic. HEX triplet: 16, 32 and 39. RGB value is (22,50,57). Sum of RGB (Red+Green+Blue) = 22+50+57=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #163239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163239 is #E9CDC6. Grayscale: #2A2A2A. Windows color (decimal): -15322567 or 3748374. OLE color: 3748374.

HSL color Cylindrical-coordinate representation of color #163239: hue angle of 192º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163239 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB225057-
CMYK0.610.1200.78
HSL192º44.3%15.49%-
HSV(B)192º61.4%22.35%-
XYZ2.212.754.28-
YUV42.43136.22113.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=17.05%
G=38.76%
B=44.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2250570.610.1200.7819244.315.49
Hex1632393DC04Ec02cf
Octal266271751401163005417
Binary10110110010111001111101110001001110110000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163239; }

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

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

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

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

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

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

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

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