#16393C

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

Shades of Nordic #16393C

Tints of Nordic #16393C

Color information

#16393C (or 0x16393C) is unknown color: approx Nordic. HEX triplet: 16, 39 and 3C. RGB value is (22,57,60). Sum of RGB (Red+Green+Blue) = 22+57+60=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #16393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16393C is #E9C6C3. Grayscale: #2E2E2E. Windows color (decimal): -15320772 or 3946774. OLE color: 3946774.

HSL color Cylindrical-coordinate representation of color #16393C: hue angle of 184.74º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16393C is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB225760-
CMYK0.630.0500.76
HSL184.74º46.34%16.08%-
HSV(B)184.74º63.33%23.53%-
XYZ2.613.424.8-
YUV46.88135.4110.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=15.83%
G=41.01%
B=43.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2257600.630.0500.76184.7446.3416.08
Hex16393C3F504Cb92e10
Octal26717477501142715620
Binary10110111001111100111111101010011001011100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16393C; }

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

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

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

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

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

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

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

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